Commit 749937ffc39b
Changed files (1)
configuration.nix
@@ -35,4 +35,9 @@
};
};
+ nixpkgs = {
+ config = {
+ allowUnfree = true;
+ };
+ };
}