Skip to content

Commit

Permalink
Install capnproto
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Nov 13, 2024
1 parent 484c02e commit cd6df35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@
outputs = { self, nixpkgs, flake-utils }:
flake-utils.lib.eachDefaultSystem (system:
let pkgs = import nixpkgs { inherit system; };
in { devShell = with pkgs; mkShell { buildInputs = [ dart ]; }; });
in {
devShell = with pkgs; mkShell { buildInputs = [ capnproto dart ]; };
});
}

0 comments on commit cd6df35

Please sign in to comment.