remove flake-compat and devshell inputs

This commit is contained in:
Bryton Hall 2022-08-13 00:09:36 -04:00
parent 21bdcb716b
commit 3b12406285
9 changed files with 37 additions and 158 deletions

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