aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 32b9a4a..866f7fb 100644
--- a/flake.nix
+++ b/flake.nix
@@ -6,7 +6,8 @@
self,
nixpkgs,
flake-utils,
- } @ inputs: let
+ ...
+ }@inputs: let
pname = "spine";
version = "0.17.0";
shell = ./shell.nix;