From fe7262526664ba54fdefff4b3331d765ca26375a Mon Sep 17 00:00:00 2001 From: xecarlox94 Date: Sat, 31 May 2025 10:44:10 +0100 Subject: [PATCH] removed erroneous commands --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/flake.nix b/flake.nix index 4273afd..e02bf63 100644 --- a/flake.nix +++ b/flake.nix @@ -80,11 +80,6 @@ sed -i 's/base.*$/base, p2prc/' test-flake-template.cabal cabal2nix . > ./cabal.nix; - - # TODO: remove reference to nix branch - nix flake init -t github:xecarlox94/p2p-rendering-computation?ref=nix#haskell - - git add . ''; }; }