Commit 09060977c84f
Changed files (1)
config.nix
@@ -1,3 +1,8 @@
{
allowUnfree = true;
-}
\ No newline at end of file
+ packageOverrides = pkgs: {
+ nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {
+ inherit pkgs;
+ };
+ };
+}