about summary refs log blame commit diff
path: root/users/tazjin/niri-reap/default.nix
blob: b2a0594b77486e8e96d21ff67ac4d02a45cca997 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                                       
{ depot, pkgs, ... }:

pkgs.rustPlatform.buildRustPackage {
  name = "niri-reap";
  src = depot.third_party.gitignoreSource ./.;

  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "niri-ipc-0.1.8" = "sha256:0wyl0mpk9hg67bvj7q120wanrdqn3ls9zv9vjv9yxp11kan5pi1q";
    };
  };
}