Trying to fix nur

This commit is contained in:
Bryan Ramos 2023-06-06 14:45:18 -04:00
parent 3ee14de619
commit 6f7d587cfb

View file

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