Removed nix.shell, as no longer required

This commit is contained in:
Jack Hodgkinson 2022-02-08 09:26:10 +00:00
parent 757b090e35
commit 28afe13bf9

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}