This commit is contained in:
41666 2024-10-05 13:20:20 -07:00
parent 138cd14205
commit fae8c87bc8
8 changed files with 83 additions and 71 deletions

View file

@ -27,7 +27,7 @@
config.allowUnfree = true;
};
master = import inputs.nixpkgs-unstable {
master = import inputs.nixpkgs-master {
system = final.system;
config.allowUnfree = true;
};