pin to fix anytype error

This commit is contained in:
m3tam3re
2025-03-01 15:43:00 +01:00
parent c7fb70c88d
commit d51894816c
4 changed files with 9 additions and 9 deletions

View File

@ -29,7 +29,7 @@
};
pinned-packages = final: _prev: {
pinned = import inputs.nixpkgs-d016996 {
pinned = import inputs.nixpkgs-2744d98 {
system = final.system;
config.allowUnfree = true;
};