aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-11-16 22:21:24 +0100
committerAlex Auvolat <alex@adnab.me>2022-11-16 23:25:34 +0100
commite76dba9561128fb8eb26820214a3d103e7f5f9d1 (patch)
treeb596eb5228a26604c303cef07df6042a44dc7ae0 /shell.nix
parentbcc97724707aaa39fd64490cdd81aa5073285f33 (diff)
downloadgarage-e76dba9561128fb8eb26820214a3d103e7f5f9d1.tar.gz
garage-e76dba9561128fb8eb26820214a3d103e7f5f9d1.zip
Make repository into a Nix flake
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 480bc349..5cece8ad 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,5 +1,5 @@
{
- system ? builtins.currentSystem,
+ system ? builtins.currentSystem,
}:
with import ./nix/common.nix;