From 2d8b317c72f20d95fc364752f6a6a449bb4a83c7 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Tue, 6 Jun 2023 19:54:39 -0400 Subject: [PATCH] trying to fix nur --- flake.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index ed3e396..8b4faf5 100644 --- a/flake.nix +++ b/flake.nix @@ -19,8 +19,10 @@ system = "x86_64-linux"; overlays = [ (self: super: { - nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") - {inherit self;}; + nur = import (builtins.fetchTarball { + url = "https://github.com/nix-community/NUR/archive/master.tar.gz"; + sha256 = "0a4jcks8nb4sb581gvd8kza9sw41bc8d1jdz4bv16plb9anfvcc0"; + }); }) ]; pkgs = import nixpkgs {