packages/hyprspace: init devShell
This commit is contained in:
parent
9df627a8d2
commit
91786feec3
2 changed files with 8 additions and 0 deletions
2
packages/networking/hyprspace/.envrc
Normal file
2
packages/networking/hyprspace/.envrc
Normal file
|
@ -0,0 +1,2 @@
|
|||
source ../../build-support/activate-shell
|
||||
nix_direnv_watch_file project.nix
|
|
@ -1,6 +1,12 @@
|
|||
{ inputs, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
projectShells.hyprspace = {
|
||||
tools = [
|
||||
pkgs.go
|
||||
];
|
||||
env.GOPATH.eval = "$PRJ_DATA_DIR/go";
|
||||
};
|
||||
packages.hyprspace = with pkgs; buildGoModule {
|
||||
pname = "hyprspace";
|
||||
version = "0.2.2";
|
||||
|
|
Loading…
Reference in a new issue