flake.nix: deadnix -e
parent
811a90fc5a
commit
aaf3c19530
|
@ -12,8 +12,6 @@
|
|||
nixosModules.sshlogd = import ./nixos-module.nix { inherit self; };
|
||||
} //
|
||||
utils.lib.eachSystem (with utils.lib.system; [ x86_64-linux aarch64-linux ]) (system: let
|
||||
pkgs = nixpkgs.legacyPackages."${system}";
|
||||
|
||||
rust = fenix.packages.${system}.stable.withComponents [
|
||||
"cargo"
|
||||
"rustc"
|
||||
|
|
Loading…
Reference in New Issue