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 6459121
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
self',
...
}: let
inherit (inputs.nixpkgs) lib;
craneLib = inputs.crane.lib.${system};
pkgs = inputs.nixpkgs.legacyPackages.${system};

inherit (pkgs) lib;
craneLib = inputs.crane.mkLib pkgs;

clean = root:
lib.cleanSourceWith {
Expand Down

0 comments on commit 6459121

Please sign in to comment.