Trying to fix nur

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

View file

@ -4,14 +4,10 @@
{ {
nixpkgs = { nixpkgs = {
url = "github:NixOS/nixpkgs/nixos-unstable"; url = "github:NixOS/nixpkgs/nixos-unstable";
overlays = [ config.packageOverrides = pkgs: {
(self: super: { nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz")
nur = import (builtins.fetchTarball { { inherit pkgs; };
url = "https://github.com/nix-community/NUR/archive/3a6a6f4da737da41e27922ce2cfacf68a109ebce.tar.gz"; };
sha256 = "0g0vxzwm24pvfwhy8f320x030kvacxln6n3b50kwg14cjrirr2yx";
}) { inherit (super) pkgs; };
})
];
}; };
home-manager = { home-manager = {
url = "github:nix-community/home-manager/master"; url = "github:nix-community/home-manager/master";