Revert "Remove nixpkgs-2411"

This reverts commit 631b1ffa66.
This commit is contained in:
Oliver Davies 2025-04-23 15:48:15 +01:00
parent 915ff5fbee
commit 9c5e258a9d
4 changed files with 23 additions and 1 deletions

View file

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