From 72018b5585e945aa51a3a557a641cce17cabaf26 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 16 Nov 2024 13:11:06 +0100 Subject: Switch back to flakes --- shell.nix | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix deleted file mode 100644 index 4b62685..0000000 --- a/shell.nix +++ /dev/null @@ -1,25 +0,0 @@ -{ pkgs ? ( - let - sources = import ./npins; - in - import sources.nixpkgs { } - ) -}: -let - inherit (import ./.) pre-commit-check; -in -pkgs.mkShell { - inherit (pre-commit-check) shellHook; - packages = with pkgs; [ - go - npins - gopls - go-licenses - gotools - templ - hyperlink - systemfd - just - modd - ]; -} -- cgit 1.4.1