rearrange for modularity
This commit is contained in:
parent
48b18aa671
commit
71ec2a349f
8 changed files with 20 additions and 19 deletions
|
Before Width: | Height: | Size: 858 KiB After Width: | Height: | Size: 858 KiB |
16
flake.nix
16
flake.nix
|
|
@ -12,15 +12,17 @@
|
||||||
specialArgs = {inherit inputs;};
|
specialArgs = {inherit inputs;};
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
./configuration.nix
|
./devices/xps13/configuration.nix
|
||||||
|
./modules
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
# pi = nixpkgs.lib.nixosSystem {
|
||||||
iso_cath = nixpkgs.lib.nixosSystem {
|
# specialArgs = {inherit inputs;};
|
||||||
specialArgs = {inherit inputs;};
|
# system = "aarch64-linux";
|
||||||
modules = [
|
# modules = [
|
||||||
./iso/sl1_cath.nix
|
# ./devices/pi/configuration.nix
|
||||||
];
|
# ];
|
||||||
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
5
modules/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{ pkgs, lib, ... }: {
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
];
|
||||||
|
}
|
||||||
1
result
Symbolic link
1
result
Symbolic link
|
|
@ -0,0 +1 @@
|
||||||
|
/nix/store/a3swrfqfbvw6imdmgb2rarkz9bq5xkbg-nixos-24.11.20240616.b60ebf5-x86_64-linux.iso
|
||||||
Loading…
Add table
Add a link
Reference in a new issue