chore: reformat all files with nixfmt-rfc-style

This commit is contained in:
Harsh Shandilya 2024-12-16 18:33:26 +05:30
parent 7fd491b0da
commit b52dea88b0
3 changed files with 100 additions and 80 deletions

View file

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