aboutsummaryrefslogtreecommitdiff
path: root/flake/scripts/common.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-12-14 13:01:14 -0800
committerFranck Cuny <franck@fcuny.net>2025-12-14 13:01:14 -0800
commit0520741b8ab872efcabb16ab3abcb0d6aaaa5718 (patch)
tree7156bb80ad72f7c8035dcfca906c4dd98d0d99ac /flake/scripts/common.nix
parentremove duplicated configuration for treefmt/pre-commit (diff)
downloadinfra-0520741b8ab872efcabb16ab3abcb0d6aaaa5718.tar.gz
use `just` (again) instead of custom scripts
Diffstat (limited to 'flake/scripts/common.nix')
-rw-r--r--flake/scripts/common.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/flake/scripts/common.nix b/flake/scripts/common.nix
deleted file mode 100644
index 931480c..0000000
--- a/flake/scripts/common.nix
+++ /dev/null
@@ -1,4 +0,0 @@
-{ pkgs }:
-[
- (pkgs.writeScriptBin "update-deps" "nix flake update --commit-lock-file")
-]