Skip to content

Commit

Permalink
update flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Sep 5, 2024
1 parent a7ce0be commit a6e2e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

inherit (pkgs) lib;

craneLib = crane.lib.${system};
craneLib = crane.mkLib pkgs;
src = craneLib.cleanCargoSource (craneLib.path ./.);

# Common arguments can be set here to avoid repeating them later
Expand Down

0 comments on commit a6e2e9a

Please sign in to comment.