all repos — homestead @ 67ed32a1dcac461ba0f6943891a8f647133249b2

Code for my website

flake: remove unused variable

Alan Pearce
commit

67ed32a1dcac461ba0f6943891a8f647133249b2

parent

191a699108234c4ba31f1ce41b78766a6d717fed

1 file changed, 0 insertions(+), 1 deletion(-)

jump to
M flake.nixflake.nix
@@ -20,7 +20,6 @@ pkgs = import nixpkgs {
inherit system; overlays = [ gomod2nix.overlays.default ]; }; - nativeBuildInputs = with pkgs; [ go ]; packages = import ./nix/default.nix { inherit pkgs self; };