1
0
mirror of https://github.com/georgyo/ifconfig.io.git synced 2025-03-03 20:16:34 +00:00
George Shammas a6b63572b1
Update nix
2023-11-26 17:37:39 -05:00

14 lines
320 B
Nix

(import
(
let
lock = builtins.fromJSON (builtins.readFile ./flake.lock);
in
fetchTarball {
url = "https://github.com/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz";
sha256 = lock.nodes.flake-compat.locked.narHash;
}
)
{
src = ./.;
}).defaultNix