mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-10 04:49:19 -08:00
nixdirfmt!
This commit is contained in:
parent
bfdd94bf7e
commit
ad1faf2f24
18 changed files with 151 additions and 166 deletions
|
|
@ -13,7 +13,10 @@ let
|
|||
|
||||
arc = import sources.arc-nixexprs { pkgs = super; };
|
||||
unstable = import sources.nixpkgs-unstable { inherit (self) config; };
|
||||
nur = import sources.NUR { nurpkgs = self; pkgs = self; };
|
||||
nur = import sources.NUR {
|
||||
nurpkgs = self;
|
||||
pkgs = self;
|
||||
};
|
||||
|
||||
screenstub = unstable.callPackage ./screenstub { };
|
||||
|
||||
|
|
@ -26,4 +29,4 @@ let
|
|||
colorhelpers = import ../lib/colorhelpers.nix { inherit (self) lib; };
|
||||
};
|
||||
|
||||
in pkgs.extend(overlay)
|
||||
in pkgs.extend (overlay)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue