flake: switch to npins
Signed-off-by: Bloxx12 <charlie@charlieroot.dev> Change-Id: I6a6a6964f4aa3349951fe7574622564452ad1af1
This commit is contained in:
parent
45179ade64
commit
0b82c15255
24 changed files with 707 additions and 731 deletions
|
@ -1,7 +1,11 @@
|
|||
inputs: let
|
||||
inherit (inputs) self;
|
||||
{
|
||||
sources,
|
||||
nixpkgs,
|
||||
self,
|
||||
...
|
||||
}: let
|
||||
inherit (builtins) filter map toString;
|
||||
inherit (inputs.nixpkgs) lib;
|
||||
inherit (nixpkgs) lib;
|
||||
inherit (lib.attrsets) recursiveUpdate;
|
||||
inherit (lib.filesystem) listFilesRecursive;
|
||||
inherit (lib.lists) concatLists flatten singleton;
|
||||
|
@ -20,7 +24,7 @@ inputs: let
|
|||
recursiveUpdate
|
||||
{
|
||||
inherit lib;
|
||||
inherit inputs;
|
||||
inputs = sources;
|
||||
inherit self;
|
||||
}
|
||||
args.specialArgs or {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue