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
1
.envrc
Normal file
1
.envrc
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
use flake
|
||||||
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 {
|
mkShell {
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = [
|
||||||
bashInteractive
|
bashInteractive
|
||||||
go
|
go
|
||||||
delve
|
delve
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue