Add Nim env
This commit is contained in:
parent
a19131a042
commit
79fd1fa0b6
6 changed files with 98 additions and 2 deletions
|
@ -8,10 +8,10 @@
|
|||
in flake-utils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
inherit (pkgs) buf protobuf;
|
||||
inherit (pkgs) buf mkShell protobuf;
|
||||
in {
|
||||
devShells = {
|
||||
default = pkgs.mkShell {
|
||||
default = mkShell {
|
||||
buildInputs = [ buf protobuf ];
|
||||
|
||||
shellHook = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue