Remove nixpkgs-2411

This commit is contained in:
Oliver Davies 2025-04-23 14:28:57 +01:00
parent 520f821f36
commit 631b1ffa66
4 changed files with 1 additions and 23 deletions

View file

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