Skip to content

Commit 134e35f

Browse files
committed
wip fix nix
1 parent 727c7b5 commit 134e35f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
self',
2323
...
2424
}: let
25-
inherit (inputs.nixpkgs) lib;
26-
craneLib = inputs.crane.lib.${system};
25+
inherit (pkgs) lib;
26+
craneLib = inputs.crane.mkLib pkgs;
2727

2828
clean = root:
2929
lib.cleanSourceWith {

0 commit comments

Comments
 (0)