mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Screenstub derivation. Murmur.
This commit is contained in:
parent
09c56ccf0c
commit
bfdd94bf7e
7 changed files with 202 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ let
|
|||
sources = import ../nix/sources.nix;
|
||||
pkgs = import sources.nixpkgs args;
|
||||
|
||||
overlay = self: super: {
|
||||
overlay = self: super: rec {
|
||||
dino = super.callPackage "${sources.qyliss-nixlib}/overlays/patches/dino" {
|
||||
inherit (super) dino;
|
||||
};
|
||||
|
|
@ -15,6 +15,8 @@ let
|
|||
unstable = import sources.nixpkgs-unstable { inherit (self) config; };
|
||||
nur = import sources.NUR { nurpkgs = self; pkgs = self; };
|
||||
|
||||
screenstub = unstable.callPackage ./screenstub { };
|
||||
|
||||
linuxPackagesFor = kernel:
|
||||
(super.linuxPackagesFor kernel).extend (_: ksuper: {
|
||||
vendor-reset =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue