pinned nixos commit change

This commit is contained in:
m3tam3re
2024-11-08 19:02:50 +01:00
parent 74f93cb0e3
commit 2c6c92140f
3 changed files with 8 additions and 8 deletions

View File

@ -20,7 +20,7 @@
};
pinned-packages = final: _prev: {
pinned = import inputs.nixpkgs-a63367c {
pinned = import inputs.nixpkgs-b69de56 {
system = final.system;
config.allowUnfree = true;
};