1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00

load devshell from flake

This commit is contained in:
Jörg Thalheim 2024-11-17 14:59:50 +01:00 committed by Jörg Thalheim
parent 793c07f331
commit 420737291e
2 changed files with 11 additions and 3 deletions

1
.envrc Normal file
View file

@ -0,0 +1 @@
use flake

View file

@ -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