Skip to content

Commit

Permalink
wip fix nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alenar committed Sep 5, 2024
1 parent 727c7b5 commit 134e35f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
self',
...
}: let
inherit (inputs.nixpkgs) lib;
craneLib = inputs.crane.lib.${system};
inherit (pkgs) lib;
craneLib = inputs.crane.mkLib pkgs;

clean = root:
lib.cleanSourceWith {
Expand Down

0 comments on commit 134e35f

Please sign in to comment.