rearrange for modularity

This commit is contained in:
Polen 2024-10-28 11:17:43 -04:00
parent 48b18aa671
commit 71ec2a349f
8 changed files with 20 additions and 19 deletions

View file

Before

Width:  |  Height:  |  Size: 858 KiB

After

Width:  |  Height:  |  Size: 858 KiB

Before After
Before After

View file

@ -12,15 +12,17 @@
specialArgs = {inherit inputs;};
system = "x86_64-linux";
modules = [
./configuration.nix
./devices/xps13/configuration.nix
./modules
];
};
};
iso_cath = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs;};
modules = [
./iso/sl1_cath.nix
];
# pi = nixpkgs.lib.nixosSystem {
# specialArgs = {inherit inputs;};
# system = "aarch64-linux";
# modules = [
# ./devices/pi/configuration.nix
# ];
# };
};
};
}

View file

@ -1,7 +0,0 @@
{ pkgs, modulesPath, ... }: {
import = [
"${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix"
];
nixpkgs.hostPlatform = "x86_64-linux";
}

5
modules/default.nix Normal file
View file

@ -0,0 +1,5 @@
{ pkgs, lib, ... }: {
imports = [
];
}

1
result Symbolic link
View file

@ -0,0 +1 @@
/nix/store/a3swrfqfbvw6imdmgb2rarkz9bq5xkbg-nixos-24.11.20240616.b60ebf5-x86_64-linux.iso