diff options
author | Alex Auvolat <alex@adnab.me> | 2022-11-16 22:21:24 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-11-16 23:25:34 +0100 |
commit | e76dba9561128fb8eb26820214a3d103e7f5f9d1 (patch) | |
tree | b596eb5228a26604c303cef07df6042a44dc7ae0 /shell.nix | |
parent | bcc97724707aaa39fd64490cdd81aa5073285f33 (diff) | |
download | garage-e76dba9561128fb8eb26820214a3d103e7f5f9d1.tar.gz garage-e76dba9561128fb8eb26820214a3d103e7f5f9d1.zip |
Make repository into a Nix flake
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ { - system ? builtins.currentSystem, + system ? builtins.currentSystem, }: with import ./nix/common.nix; |