diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-04-17 20:32:02 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-04-17 20:32:02 +0200 |
commit | df02e465133be72aafbb083c16d80188cc8f1b13 (patch) | |
tree | 877bf9516b12f9eaf9fd116126be5c49c79889f1 /installer.nix | |
parent | 63a687c8c50ba8fcd2d6130d5a2e0d33dcce1525 (diff) | |
download | nixos-df02e465133be72aafbb083c16d80188cc8f1b13.tar nixos-df02e465133be72aafbb083c16d80188cc8f1b13.tar.gz nixos-df02e465133be72aafbb083c16d80188cc8f1b13.tar.bz2 nixos-df02e465133be72aafbb083c16d80188cc8f1b13.tar.xz nixos-df02e465133be72aafbb083c16d80188cc8f1b13.zip |
support for building installers
Diffstat (limited to 'installer.nix')
-rw-r--r-- | installer.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installer.nix b/installer.nix new file mode 100644 index 00000000..64629674 --- /dev/null +++ b/installer.nix | |||
@@ -0,0 +1 @@ | |||
{...}: {} | |||