flake.nix: deadnix -e

This commit is contained in:
Astro 2022-09-24 02:45:53 +02:00
parent 811a90fc5a
commit aaf3c19530
1 changed files with 0 additions and 2 deletions

View File

@ -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"