delete duplicate shell.nix

This commit is contained in:
Jörg Thalheim 2024-11-17 18:32:35 +01:00
parent 5d6bbabd23
commit 76aa784427
2 changed files with 0 additions and 12 deletions

View file

@ -1 +0,0 @@
use nix

View file

@ -1,11 +0,0 @@
{
pkgs ? import <nixpkgs> { },
}:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
go
delve
util-linux
gnupg
];
}