initial commit
This commit is contained in:
commit
ea96690e6a
12 changed files with 1790 additions and 0 deletions
6
shell.nix
Normal file
6
shell.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# 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}
|
||||
Loading…
Add table
Add a link
Reference in a new issue