adnix-rs/shell.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
288 B
Nix
Raw Normal View History

2022-12-18 05:10:34 +05:30
(import (let
lock = builtins.fromJSON (builtins.readFile ./flake.lock);
in
fetchTarball {
2023-06-25 12:27:53 +05:30
url = "https://github.com/nix-community/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz";
2022-12-18 05:10:34 +05:30
sha256 = lock.nodes.flake-compat.locked.narHash;
}) {src = ./.;})
.shellNix