Trying to fix nur

This commit is contained in:
Bryan Ramos 2023-06-06 14:42:59 -04:00
parent 0173d8ece4
commit d6847385f4

View file

@ -4,10 +4,10 @@
{ {
nixpkgs = { nixpkgs = {
url = "github:NixOS/nixpkgs/nixos-unstable"; url = "github:NixOS/nixpkgs/nixos-unstable";
config.packageOverrides = pkgs: { # config.packageOverrides = pkgs: {
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") # nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz")
{ inherit pkgs; }; # { inherit pkgs; };
}; # };
}; };
home-manager = { home-manager = {
url = "github:nix-community/home-manager/master"; url = "github:nix-community/home-manager/master";