initial commit

This commit is contained in:
Emily Martins 2022-01-13 00:06:37 +01:00
commit ea96690e6a
12 changed files with 1790 additions and 0 deletions

6
shell.nix Normal file
View 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}