Swap default.nix for a shell.nix
This commit is contained in:
parent
f5fce902e8
commit
65a9123af2
@ -6,12 +6,11 @@
|
|||||||
},
|
},
|
||||||
}: let
|
}: let
|
||||||
pkgs = (import pkgsSrc) {};
|
pkgs = (import pkgsSrc) {};
|
||||||
in {
|
in pkgs.mkShell {
|
||||||
shell = pkgs.mkShell {
|
|
||||||
name = "project-shell";
|
name = "project-shell";
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgs.go
|
pkgs.go
|
||||||
pkgs.golangci-lint
|
pkgs.golangci-lint
|
||||||
|
pkgs.gopls
|
||||||
];
|
];
|
||||||
};
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user