aboutsummaryrefslogtreecommitdiffstats
path: root/overlays/default.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-11-08 11:32:55 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-11-08 11:32:55 -0800
commit1152596d3a20ec605f7a48b8be4500a477e487bc (patch)
tree4585bb91fe64cc8a281adc4963f006ec9dfd56de /overlays/default.nix
parent65cf41b257f1d656730423d2eb562ca4acdaad45 (diff)
downloadnix-1152596d3a20ec605f7a48b8be4500a477e487bc.tar
nix-1152596d3a20ec605f7a48b8be4500a477e487bc.tar.gz
nix-1152596d3a20ec605f7a48b8be4500a477e487bc.tar.bz2
nix-1152596d3a20ec605f7a48b8be4500a477e487bc.tar.lz
nix-1152596d3a20ec605f7a48b8be4500a477e487bc.tar.xz
nix-1152596d3a20ec605f7a48b8be4500a477e487bc.tar.zst
nix-1152596d3a20ec605f7a48b8be4500a477e487bc.zip
Revert to LTS kernel @ginaz
Diffstat (limited to 'overlays/default.nix')
-rw-r--r--overlays/default.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/overlays/default.nix b/overlays/default.nix
index aaab968..8437fef 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -4,7 +4,6 @@
# nixpkgs.overlays = [
# outputs.overlays.additions
# outputs.overlays.modifications
-# outputs.overlays."67e692392-packages"
# outputs.overlays.master-packages
# outputs.overlays.stable-packages
# ]
@@ -22,13 +21,6 @@
# });
};
- "67e692392-packages" = final: _prev: {
- "67e692392" = import inputs.nixpkgs-67e692392 {
- inherit (final) system;
- config.allowUnfree = true;
- };
- };
-
# When applied, the master nixpkgs set (declared in the flake inputs) will
# be accessible through 'pkgs.master'
master-packages = final: _prev: {