This commit is contained in:
FredzyW 2024-12-10 16:05:43 +01:00
parent e104313b1b
commit 8183311e1e
5 changed files with 12 additions and 5 deletions

View file

@ -25,7 +25,7 @@
overlay-unstable = final: prev: {
unstable = import nixpkgs-unstable {
inherit system;
config.allowUnfree = false;
config.allowUnfree = true;
};
};
overlay-fw-pkgs = final: prev: {