feat: updated flake.nix and fixed error due to crane api change
This commit is contained in:
parent
171afc8be4
commit
212493433e
2 changed files with 21 additions and 102 deletions
|
|
@ -19,7 +19,8 @@
|
|||
flake-utils.lib.eachSystem [ "x86_64-linux" "aarch64-linux" ] (system:
|
||||
let
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
craneLib = crane.lib.${system}.overrideToolchain fenix.packages.${system}.stable.toolchain;
|
||||
|
||||
craneLib = (crane.mkLib pkgs).overrideToolchain fenix.packages.${system}.stable.toolchain;
|
||||
|
||||
pkgDef = {
|
||||
pname = "cosmic-applets";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue