aboutsummaryrefslogtreecommitdiffstats
path: root/overlays
diff options
context:
space:
mode:
Diffstat (limited to 'overlays')
-rw-r--r--overlays/default.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/overlays/default.nix b/overlays/default.nix
index 8437fef..aaab968 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -4,6 +4,7 @@
# nixpkgs.overlays = [
# outputs.overlays.additions
# outputs.overlays.modifications
+# outputs.overlays."67e692392-packages"
# outputs.overlays.master-packages
# outputs.overlays.stable-packages
# ]
@@ -21,6 +22,13 @@
# });
};
+ "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: {