fab-city-software-kit/default.nix
Sebastian Wendel 21125cc5f7
Initial commit
2022-07-12 13:44:03 +02:00

7 lines
280 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