about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-26 12:17:46 +0200
committerAlan Pearce2024-05-26 12:17:46 +0200
commit5de9a88a3e9104ab231e15d7e797a8ab29e4b904 (patch)
tree8e157a99e1433e053e152b61dc59b2b4f246cf92 /flake.nix
parent6da43da44fcb3a79891f5d463bbfd6fd7e86c248 (diff)
downloadsearchix-5de9a88a3e9104ab231e15d7e797a8ab29e4b904.tar.lz
searchix-5de9a88a3e9104ab231e15d7e797a8ab29e4b904.tar.zst
searchix-5de9a88a3e9104ab231e15d7e797a8ab29e4b904.zip
build: add task to update dependencies
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 7410e09..38cfada 100644
--- a/flake.nix
+++ b/flake.nix
@@ -6,7 +6,6 @@
     flake-utils.url = "github:numtide/flake-utils";
     pre-commit-hooks = {
       url = "github:cachix/pre-commit-hooks.nix";
-      inputs.flake-utils.follows = "flake-utils";
     };
     gomod2nix = {
       url = "github:nix-community/gomod2nix";