diff --git a/configuration.nix b/configuration.nix index e543774..29704d8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -4,7 +4,7 @@ let home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/master.tar.gz"; pkgs = import (builtins.fetchTarball { url = "https://github.com/NixOS/nixpkgs/archive/459104f841356362bfb9ce1c788c1d42846b2454.tar.gz"; - }) {}; + }) { nixpkgs.config.allowUnfree = true; }; in {