forked from meshtastic/firmware
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshell.nix
More file actions
Latest commit
12 lines (12 loc) · 390 Bytes
/
Copy pathshell.nix
File metadata and controls
12 lines (12 loc) · 390 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
(import(
let
lock=builtins.fromJSON(builtins.readFile./flake.lock);
nodeName=lock.nodes.root.inputs.flake-compat;
in
fetchTarball{
url=
lock.nodes.${nodeName}.locked.url
or"https://github.com/NixOS/flake-compat/archive/${lock.nodes.${nodeName}.locked.rev}.tar.gz";
sha256=lock.nodes.${nodeName}.locked.narHash;
}
){src=./.;}).shellNix