Test
Some checks failed
ssh-test / ssh-test (push) Failing after 34s

This commit is contained in:
iFargle 2023-12-11 19:45:34 +09:00
parent 09d43a8b23
commit de1bad145b
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@
# Devshell for bootstrapping; acessible via 'nix develop' # Devshell for bootstrapping; acessible via 'nix develop'
devShells = libx.forAllSystems (system: devShells = libx.forAllSystems (system:
let pkgs = nixpkgs.legacyPackages.${system}; let pkgs = nixpkgs.legacyPackages.${system};
in import ./shell.nix { inherit pkgs sops-nix deploy-rs; } in import ./shell.nix { inherit pkgs sops-nix deploy-rs system; }
); );
}; };
} }

View file

@ -1,4 +1,4 @@
{ pkgs, sops-nix, deploy-rs, ... }: { { pkgs, sops-nix, deploy-rs, system, ... }: {
default = pkgs.mkShell { default = pkgs.mkShell {
NIX_CONFIG = "experimental-features = nix-command flakes"; NIX_CONFIG = "experimental-features = nix-command flakes";
# imports all files ending in .asc/.gpg # imports all files ending in .asc/.gpg