mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
load devshell from flake
This commit is contained in:
parent
793c07f331
commit
420737291e
2 changed files with 11 additions and 3 deletions
13
shell.nix
13
shell.nix
|
|
@ -1,8 +1,15 @@
|
|||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
mkShell,
|
||||
bashInteractive,
|
||||
go,
|
||||
delve,
|
||||
gnupg,
|
||||
util-linux,
|
||||
nix,
|
||||
golangci-lint,
|
||||
}:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
mkShell {
|
||||
nativeBuildInputs = [
|
||||
bashInteractive
|
||||
go
|
||||
delve
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue