Skip to content

Commit

Permalink
flake: add devshell
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <lucas59356@gmail.com>
  • Loading branch information
lucasew committed Oct 16, 2024
1 parent a2b6266 commit 604c27a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,11 @@
default = pkgs.python3Packages.callPackage ./package.nix { inherit self; };
container = pkgs.python3Packages.callPackage ./container.nix { inherit self; };
};
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
gopls
go
];
};
});
}

0 comments on commit 604c27a

Please sign in to comment.