Add Nim env

This commit is contained in:
Luc Perkins 2022-07-31 21:01:58 +02:00
parent a19131a042
commit 79fd1fa0b6
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2
6 changed files with 98 additions and 2 deletions

View file

@ -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 = ''