X-Git-Url: https://rtime.felk.cvut.cz/gitweb/novaboot.git/blobdiff_plain/bcda5370850fea911e2d64d1fbcfaed4938f4a40..HEAD:/shell.nix diff --git a/shell.nix b/shell.nix index a3ee325..db84e3d 100644 --- a/shell.nix +++ b/shell.nix @@ -1,6 +1,3 @@ -{ pkgs ? import {} }: -with pkgs; -mkShell { - inputsFrom = [ (import ./default.nix { inherit pkgs; }).novaboot ]; - buildInputs = [ (perl.withPackages (p: [ p.PodParser ])) ]; -} +(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) { + src = builtins.fetchGit ./.; +}).shellNix