Rename nixpkgs-2411 to nixpkgs-stable

This commit is contained in:
Oliver Davies 2025-04-23 17:19:16 +01:00
parent 5d6ab42c9a
commit 5f7d0d4deb
4 changed files with 20 additions and 21 deletions

View file

@ -14,8 +14,7 @@
};
stable-packages = final: _prev: {
nixpkgs-2411 = import inputs.nixpkgs-2411 {
config.allowUnfree = true;
stable = import inputs.nixpkgs-stable {
system = final.system;
};
};