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 = {
url = "github:NixOS/nixpkgs/nixos-unstable";
overlays = [
(self: super: {
nur = import (builtins.fetchTarball {
url = "https://github.com/nix-community/NUR/archive/3a6a6f4da737da41e27922ce2cfacf68a109ebce.tar.gz";
sha256 = "0g0vxzwm24pvfwhy8f320x030kvacxln6n3b50kwg14cjrirr2yx";
}) { inherit (super) pkgs; };
})
];
config.packageOverrides = pkgs: {
nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz")
{ inherit pkgs; };
};
};
home-manager = {
url = "github:nix-community/home-manager/master";