Update the flake again with some minor details

This commit is contained in:
Jimbo 2024-10-13 02:08:29 -04:00
parent c3193845a4
commit 2e7f9a1f3e
3 changed files with 29 additions and 30 deletions

View file

@ -9,7 +9,7 @@
});
finalprev = (final: prev: {
unstable = import inputs.nixpkgs-unstable {
unstable = import inputs.unstable {
system = final.system;
config.allowUnfree = true;
};