From 41820b9b7ec83492871e80082127cf13a427cea9 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Mon, 12 Nov 2018 23:19:45 +0100 Subject: [PATCH] nix/shell: add nixos-install and friends --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index a0f6894..a8fa72c 100644 --- a/shell.nix +++ b/shell.nix @@ -6,6 +6,7 @@ in stdenv.mkDerivation { name = "infra-env"; buildInputs = [ + (with import { configuration = {}; }; with config.system.build; [ nixos-generate-config nixos-install nixos-enter manual.manpages ]) (pkgs.callPackage ./nix/pkgs/just.nix {}) git-crypt vcsh