mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
delete duplicate shell.nix
This commit is contained in:
parent
5d6bbabd23
commit
76aa784427
2 changed files with 0 additions and 12 deletions
|
|
@ -1 +0,0 @@
|
|||
use nix
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
go
|
||||
delve
|
||||
util-linux
|
||||
gnupg
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue