Update to latest build
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.

This commit is contained in:
Greg Hellings
2026-01-31 11:40:46 -06:00
parent dfadc01e54
commit e63569a1ac
2 changed files with 10 additions and 2 deletions
+2
View File
@@ -1,6 +1,7 @@
{
writeShellApplication,
gnugrep,
gnused,
nix-prefetch,
subversion,
}:
@@ -8,6 +9,7 @@ writeShellApplication {
name = "sword-updater";
runtimeInputs = [
gnugrep
gnused
nix-prefetch
subversion
];