Removed nix.shell, as no longer required

This commit is contained in:
Jack Hodgkinson 2022-02-08 09:26:10 +00:00
parent 4113c7ff86
commit 1cca325110

View file

@ -1,6 +0,0 @@
# This file is no longer useful for normal nix-shell, as it has
# been superseded by flake.nix However, this is still useful for
# lorri to use automatically.
{ system ? builtins.currentSystem }:
(builtins.getFlake (toString ./.)).devShell.${system}