Basic build

master
Sven Slootweg 5 years ago
parent a4455aea1f
commit 623155d032

1
.gitignore vendored

@ -0,0 +1 @@
result

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
imports = [ ./not-os/qemu.nix ];
not-os.nix = false;
environment.systemPackages = [ pkgs.utillinux ];
}

@ -0,0 +1,7 @@
let
baseConfiguration = (import ./base-configuration.nix);
notOS = (import ./not-os) {
configuration = baseConfiguration;
};
in
notOS.config.system.build.squashfs
Loading…
Cancel
Save