msfjarvis.dev/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

2023-01-10 01:20:38 +05:30
(import (let
lock = builtins.fromJSON (builtins.readFile ./flake.lock);
in
fetchTarball {
2024-03-08 16:21:10 +05:30
url = "https://github.com/nix-community/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz";
2023-01-10 01:20:38 +05:30
sha256 = lock.nodes.flake-compat.locked.narHash;
}) {src = ./.;})
.shellNix