summary refs log tree commit diff stats
path: root/shell.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-04-29 17:53:31 +0200
committerAlan Pearce2024-04-29 17:53:31 +0200
commit0b95bda2a740a02932a8d196f9642737c14d0ea7 (patch)
treea4385c743c861e0f4d88fcd2871832fab3fe208b /shell.nix
parent308aeafae2ee7348a79e6320c9ef4fb4ef669260 (diff)
downloadnixfiles-0b95bda2a740a02932a8d196f9642737c14d0ea7.tar.lz
nixfiles-0b95bda2a740a02932a8d196f9642737c14d0ea7.tar.zst
nixfiles-0b95bda2a740a02932a8d196f9642737c14d0ea7.zip
set up lorri
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
new file mode 100644
index 00000000..9730ebde
--- /dev/null
+++ b/shell.nix
@@ -0,0 +1,3 @@
+{ system ? builtins.currentSystem }:
+
+(builtins.getFlake (toString ./.)).devShell.${system}