aboutsummaryrefslogtreecommitdiff
path: root/nixos_tools.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos_tools.nix')
-rw-r--r--nixos_tools.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos_tools.nix b/nixos_tools.nix
new file mode 100644
index 0000000..0b52e8d
--- /dev/null
+++ b/nixos_tools.nix
@@ -0,0 +1,4 @@
1_:
2with import <nixpkgs/nixos> { configuration = {}; };
3with config.system.build;
4 [ nixos-generate-config nixos-install nixos-enter manual.manpages ]