aboutsummaryrefslogtreecommitdiffstats
path: root/overlays
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-02-16 08:57:28 -0800
committerMark Nipper <nipsy@bitgnome.net>2026-02-16 08:57:28 -0800
commit9980f050f4b4f2c4f00123ce93fda7119dec01b9 (patch)
treec55bcd8649e0bc3a0326dc59382bf37d9b8b4a5f /overlays
parente1732fb49ba40f1d4a9465aba9669d07a0c9ce57 (diff)
downloadnix-9980f050f4b4f2c4f00123ce93fda7119dec01b9.tar
nix-9980f050f4b4f2c4f00123ce93fda7119dec01b9.tar.gz
nix-9980f050f4b4f2c4f00123ce93fda7119dec01b9.tar.bz2
nix-9980f050f4b4f2c4f00123ce93fda7119dec01b9.tar.lz
nix-9980f050f4b4f2c4f00123ce93fda7119dec01b9.tar.xz
nix-9980f050f4b4f2c4f00123ce93fda7119dec01b9.tar.zst
nix-9980f050f4b4f2c4f00123ce93fda7119dec01b9.zip
Add yabridge from PR 490633
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 d41a286..e620799 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -83,12 +83,12 @@
};
};
- #pr476197-packages = final: _prev: {
- # pr476197 = import inputs.nixpkgs-pr476197 {
- # inherit (final) system;
- # config.allowUnfree = true;
- # };
- #};
+ pr490633-packages = final: _prev: {
+ pr490633 = import inputs.nixpkgs-pr490633 {
+ inherit (final) system;
+ config.allowUnfree = true;
+ };
+ };
# When applied, the stable nixpkgs set (declared in the flake inputs) will
# be accessible through 'pkgs.stable'