Skip to content

Commit

Permalink
load devshell from flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Nov 17, 2024
1 parent 793c07f commit 6cf2cef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
13 changes: 10 additions & 3 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6cf2cef

Please sign in to comment.