From 209d0ed01404fa434b3c4dff395872877cde6727 Mon Sep 17 00:00:00 2001 From: Rucadi Date: Wed, 15 May 2024 21:34:00 +0000 Subject: [PATCH] git is non-hash reproducible for this repo, return to build the repository from current source specifying submodules=1 --- flake.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/flake.nix b/flake.nix index f3bb61f..8ab199b 100644 --- a/flake.nix +++ b/flake.nix @@ -23,14 +23,7 @@ N64Recomp = pkgs.stdenv.mkDerivation { pname = "N64Recomp"; version = "1.0.0"; - src = pkgs.fetchFromGitHub { - owner = "Mr-Wiseguy"; - repo = "N64Recomp"; - rev = "26c5c2cbb844b0f6a3f7c0d1440273e499ee2194"; - deepClone = true; - fetchSubmodules = true; - hash = "sha256-Kw8Zdo4cbLib5L5v5meAn6gq2WEpmueNvEDTBQOtHdk="; - }; + src = ./.; nativeBuildInputs = [pkgs.cmake]; installPhase = ''