nix/shell: add nixos-install and friends
This commit is contained in:
parent
e28460c394
commit
41820b9b7e
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ in
|
|||
stdenv.mkDerivation {
|
||||
name = "infra-env";
|
||||
buildInputs = [
|
||||
(with import <nixpkgs/nixos> { configuration = {}; }; with config.system.build; [ nixos-generate-config nixos-install nixos-enter manual.manpages ])
|
||||
(pkgs.callPackage ./nix/pkgs/just.nix {})
|
||||
git-crypt
|
||||
vcsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue