Update flake

This commit is contained in:
Invariantspace 2024-07-24 14:44:16 -07:00
parent f2ba4730bd
commit 958314e152
No known key found for this signature in database
GPG key ID: EBC4A20067373921
2 changed files with 49 additions and 49 deletions

View file

@ -15,7 +15,7 @@
let
pkgs = nixpkgs.legacyPackages.${system};
fenixPkgs = fenix.packages.${system};
craneLib = crane.lib.${system};
craneLib = crane.mkLib pkgs;
src = craneLib.path ./.;
# Common arguments can be set here to avoid repeating them later