summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2026-04-28 20:15:33 +0200
committerJakub Stachurski <j.stachurski@student.utwente.nl>2026-04-28 20:15:33 +0200
commit0785f0c5d36e442a7d65a5e35378c09903d39211 (patch)
tree885a3561a58f4d2beee5355a0ae0adf034771dd5 /flake.nix
parentff05ad9be1e136fc8eb3f7904739be97cca51ce9 (diff)
Add KDE properly and fix live-cd
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index 8b48c5f..e21d0db 100644
--- a/flake.nix
+++ b/flake.nix
@@ -70,12 +70,7 @@
treefmtExtract = name: (builtins.mapAttrs (_system: conf: conf."${name}") (treefmtStuff));
in
{
- # packages."x86_64-linux".full-iso = self.nixosConfigurations.full-iso.config.system.build.isoImage;
- packages = (
- forAllSystems (_pkgs: {
-
- })
- );
+ packages."x86_64-linux".full-iso = self.nixosConfigurations.full-iso.config.system.build.isoImage;
# for `nix fmt`
formatter = treefmtExtract "formatter";
# for `nix flake check`