format nix
This commit is contained in:
parent
a6f1c8bd34
commit
387d1e6945
19
default.nix
19
default.nix
|
@ -1,13 +1,6 @@
|
||||||
(import
|
(import (let lock = builtins.fromJSON (builtins.readFile ./flake.lock);
|
||||||
(
|
in fetchTarball {
|
||||||
let
|
url =
|
||||||
lock = builtins.fromJSON (builtins.readFile ./flake.lock);
|
"https://github.com/edolstra/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz";
|
||||||
in
|
sha256 = lock.nodes.flake-compat.locked.narHash;
|
||||||
fetchTarball {
|
}) { src = ./.; }).defaultNix
|
||||||
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
|
|
||||||
|
|
Loading…
Reference in a new issue