diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-26 14:15:47 +0100 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-11-26 14:15:47 +0100 |
| commit | b16931025b17c676013fc2e4a9e61943a1f250e0 (patch) | |
| tree | 1769c7d68ca708101fcc66725f54f2c22e3b4372 /flake.nix | |
| parent | b1de513c34dde6711e09ec993f25ce63a5509469 (diff) | |
Move away the overlays
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -27,13 +27,6 @@ # packages."x86_64-linux".full-iso = self.nixosConfigurations.full-iso.config.system.build.isoImage; formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt-tree; - overlays = { - stable_overlays = import ./overlays/stable_overrides.nix { - inherit nixpkgs; - inherit nixpkgs-stable; - }; - }; - nixosConfigurations = { apocalypse = nixpkgs.lib.nixosSystem { specialArgs = { |
