parent
09d43a8b23
commit
de1bad145b
2 changed files with 2 additions and 2 deletions
|
@ -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; }
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
}
|
}
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue