aboutsummaryrefslogtreecommitdiffstats
path: root/overlays/default.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-12-10 10:25:44 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-12-10 10:25:44 -0800
commitcbac1e5c7bc70010b79c029817e5d08b9335043c (patch)
treebf2594733193f3543e6aa1cac5cb8fd0a723dddd /overlays/default.nix
parent77df37ee2058848e9fa54f92900fbfcb7a812805 (diff)
downloadnix-cbac1e5c7bc70010b79c029817e5d08b9335043c.tar
nix-cbac1e5c7bc70010b79c029817e5d08b9335043c.tar.gz
nix-cbac1e5c7bc70010b79c029817e5d08b9335043c.tar.bz2
nix-cbac1e5c7bc70010b79c029817e5d08b9335043c.tar.lz
nix-cbac1e5c7bc70010b79c029817e5d08b9335043c.tar.xz
nix-cbac1e5c7bc70010b79c029817e5d08b9335043c.tar.zst
nix-cbac1e5c7bc70010b79c029817e5d08b9335043c.zip
Remove PR input
Diffstat (limited to '')
-rw-r--r--overlays/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/overlays/default.nix b/overlays/default.nix
index 18b3d48..f243c62 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -38,12 +38,12 @@
};
};
- pr363651-packages = final: _prev: {
- pr363651 = import inputs.nixpkgs-pr363651 {
- inherit (final) system;
- config.allowUnfree = true;
- };
- };
+ #pr363651-packages = final: _prev: {
+ # pr363651 = import inputs.nixpkgs-pr363651 {
+ # inherit (final) system;
+ # config.allowUnfree = true;
+ # };
+ #};
# When applied, the stable nixpkgs set (declared in the flake inputs) will
# be accessible through 'pkgs.stable'