diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-04-28 20:15:33 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2026-04-28 20:15:33 +0200 |
| commit | 0785f0c5d36e442a7d65a5e35378c09903d39211 (patch) | |
| tree | 885a3561a58f4d2beee5355a0ae0adf034771dd5 /flake.nix | |
| parent | ff05ad9be1e136fc8eb3f7904739be97cca51ce9 (diff) | |
Add KDE properly and fix live-cd
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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` |
