chore: remove default.nix

This commit is contained in:
oddlama 2023-01-30 22:27:40 +01:00
parent 266945d242
commit bbe4171f8a
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -1,14 +0,0 @@
(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