tvl-depot/fun/paroxysm/default.nix
sterni 4ec596c8f9 chore(fun/paroxysm): update deps and build against in tree crimp
To achieve this we switch to crate2nix which also requires us to
run `cargo update` before the switch.

Change-Id: I8c19a51f90f344e80064e70a4a2799d1c6db62ec
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11134
Tested-by: BuildkiteCI
Autosubmit: sterni <sternenseemann@systemli.org>
Reviewed-by: tazjin <tazjin@tvl.su>
2024-03-11 16:52:45 +00:00

10 lines
131 B
Nix

{ pkgs, ... }:
let
cargoNix = import ./Cargo.nix {
inherit pkgs;
nixpkgs = pkgs.path;
};
in
cargoNix.rootCrate.build