test
This commit is contained in:
parent
19fcc6f4ad
commit
4838150be4
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@
|
||||||
# Devshell for bootstrapping; acessible via 'nix develop' or 'nix-shell' (legacy)
|
# Devshell for bootstrapping; acessible via 'nix develop' or 'nix-shell' (legacy)
|
||||||
devShells = libx.forAllSystems (system:
|
devShells = libx.forAllSystems (system:
|
||||||
let pkgs = nixpkgs.legacyPackages.${system};
|
let pkgs = nixpkgs.legacyPackages.${system};
|
||||||
in import ./shell.nix { inherit pkgs; }
|
in import ./shell.nix { inherit pkgs sops-nix; }
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue