From 398210c8ce4140de12720d3f16cc88284a146005 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 25 Jun 2024 18:02:18 +0200 Subject: build with ko instead of nix --- shell.nix | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 3b81469..6df4230 100644 --- a/shell.nix +++ b/shell.nix @@ -2,23 +2,15 @@ let sources = import ./npins; in - import sources.nixpkgs { - overlays = [ - (import "${sources.gomod2nix}/overlay.nix") - ]; - } + import sources.nixpkgs { } ) }: let - goEnv = pkgs.mkGoEnv { pwd = ./.; }; inherit (import ./.) pre-commit-check; in pkgs.mkShell { inherit (pre-commit-check) shellHook; packages = with pkgs; [ - goEnv - gomod2nix - npins gopls gotools @@ -30,7 +22,7 @@ pkgs.mkShell { just modd - skopeo + ko flyctl nodePackages.vercel netlify-cli -- cgit 1.4.1