convert to flake
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
{ nixpkgs }:
|
||||
let {
|
||||
body = lib;
|
||||
|
||||
@@ -19,6 +20,4 @@ let {
|
||||
testString = re: x: match re x != null;
|
||||
types = nixpkgs.lib.types // import ./types.nix { lib = body; };
|
||||
});
|
||||
|
||||
nixpkgs.lib = import <nixpkgs/lib>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user