Skip to content

Commit

Permalink
Really add default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielunderwood committed Mar 18, 2022
1 parent 912c96c commit b0342bb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
(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

0 comments on commit b0342bb

Please sign in to comment.