Screenstub derivation. Murmur.

This commit is contained in:
kat witch 2021-03-02 22:27:58 +00:00
parent 09c56ccf0c
commit bfdd94bf7e
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
7 changed files with 202 additions and 4 deletions

View file

@ -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 =