mach-nix/mach_nix/nix/flake-inputs.nix

11 lines
188 B
Nix
Raw Normal View History

with builtins;
let
lock = (fromJSON (readFile ../../flake.lock)).nodes;
get = input: {
rev = lock."${input}".locked.rev;
sha256 = lock."${input}".locked.narHash;
};
in
get