From b16931025b17c676013fc2e4a9e61943a1f250e0 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Wed, 26 Nov 2025 14:15:47 +0100 Subject: Move away the overlays --- flake.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/flake.nix b/flake.nix index ff1d3cc..3a552bf 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = { -- cgit v1.3.1