convert to flake

This commit is contained in:
2023-02-28 19:56:32 +01:00
committed by tv
parent d1424777b5
commit 66a1f68334
4 changed files with 74 additions and 5 deletions

View File

@@ -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>;
}