kryptor: use nix-update-script

This commit is contained in:
Gutyina Gergő
2025-03-11 22:00:50 +01:00
parent a8516f0857
commit b24cb720dd
2 changed files with 2 additions and 7 deletions
+2 -1
View File
@@ -4,6 +4,7 @@
fetchFromGitHub,
dotnetCorePackages,
versionCheckHook,
nix-update-script,
}:
buildDotnetModule rec {
@@ -27,7 +28,7 @@ buildDotnetModule rec {
nativeInstallCheckInputs = [ versionCheckHook ];
passthru = {
updateScript = ./update.sh;
updateScript = nix-update-script { };
};
meta = {
-6
View File
@@ -1,6 +0,0 @@
#!/usr/bin/env nix-shell
#!nix-shell --pure -i bash -p bash nix nix-update git cacert
set -euo pipefail
nix-update kryptor
$(nix-build . -A kryptor.fetch-deps --no-out-link)