summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-11-26 14:15:47 +0100
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-11-26 14:15:47 +0100
commitb16931025b17c676013fc2e4a9e61943a1f250e0 (patch)
tree1769c7d68ca708101fcc66725f54f2c22e3b4372
parentb1de513c34dde6711e09ec993f25ce63a5509469 (diff)
Move away the overlays
-rw-r--r--flake.nix7
1 files changed, 0 insertions, 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 = {