This commit is contained in:
41666 2024-01-27 02:52:17 -05:00
parent fcb518e619
commit 9ab908fa91
8 changed files with 76 additions and 14 deletions

View file

@ -29,5 +29,10 @@
system = final.system;
config.allowUnfree = true;
};
master = import inputs.nixpkgs-unstable {
system = final.system;
config.allowUnfree = true;
};
};
}