summaryrefslogtreecommitdiff
path: root/overlays
diff options
context:
space:
mode:
authorJakub Trzeciak <jptrzy@gmail.com>2023-10-22 16:50:46 +0200
committerJakub Trzeciak <jptrzy@gmail.com>2023-10-22 16:50:46 +0200
commit55d6697bed7f86ee3e9e90430e751372dce92579 (patch)
treebf860107df135446514bc6aa1ffeab137ae3cc4d /overlays
parent791b95cd71cc2184e7c83e8a297c808eacab2ed5 (diff)
downloadnixos-master.tar.gz
nixos-master.tar.bz2
nixos-master.zip
Heroic LauncherHEADmaster
Diffstat (limited to 'overlays')
-rw-r--r--overlays/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/overlays/default.nix b/overlays/default.nix
index cd7a878..2bdd11f 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -12,12 +12,12 @@ in {
# When applied, the unstable nixpkgs set (declared in the flake inputs) will
# be accessible through 'pkgs.unstable'
- unstable-packages = final: _prev: {
- unstable = import inputs.nixpkgs-unstable {
- system = final.system;
- config.allowUnfree = true;
- };
- };
+ #unstable-packages = final: _prev: {
+ # unstable = import inputs.nixpkgs-unstable {
+ # system = final.system;
+ # config.allowUnfree = true;
+ # };
+ #};
# This one contains whatever you want to overlay
# You can change versions, add patches, set compilation flags, anything really.
Software created with 💖