Commit 9adbaa6061d9
Changed files (1)
config.nix
@@ -1,5 +1,5 @@
{
- allowUnfree = true;
+ allowUnfree = true;
packageOverrides = pkgs: {
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
inherit pkgs;