Skip to content

Commit

Permalink
nixfmt nix files
Browse files Browse the repository at this point in the history
  • Loading branch information
declantsien committed Jan 4, 2023
1 parent 465cdf2 commit d5ef11c
Show file tree
Hide file tree
Showing 5 changed files with 211 additions and 295 deletions.
20 changes: 6 additions & 14 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
(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
(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
Loading

0 comments on commit d5ef11c

Please sign in to comment.