nix/shell: add nixos-install and friends

This commit is contained in:
steveej 2018-11-12 23:19:45 +01:00
parent e28460c394
commit 41820b9b7e

View file

@ -6,6 +6,7 @@ in
stdenv.mkDerivation { stdenv.mkDerivation {
name = "infra-env"; name = "infra-env";
buildInputs = [ 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 {}) (pkgs.callPackage ./nix/pkgs/just.nix {})
git-crypt git-crypt
vcsh vcsh