]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - shell.nix
nix: Update flake inputs
[novaboot.git] / shell.nix
index a3ee325ddc54f2928a2656237535d55511bc7f84..db84e3d07dd404a49131d2096ea59ce8daa363c5 100644 (file)
--- a/shell.nix
+++ b/shell.nix
@@ -1,6 +1,3 @@
-{ pkgs ? import <nixpkgs> {} }:
-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