alice-lg: use nix-update-script
This commit is contained in:
parent
398f231c2c
commit
16edd2ed34
@ -4,7 +4,7 @@
|
|||||||
buildGoModule,
|
buildGoModule,
|
||||||
fetchYarnDeps,
|
fetchYarnDeps,
|
||||||
stdenv,
|
stdenv,
|
||||||
gitUpdater,
|
nix-update-script,
|
||||||
yarn,
|
yarn,
|
||||||
nodejs,
|
nodejs,
|
||||||
nixosTests,
|
nixosTests,
|
||||||
@ -83,7 +83,7 @@ buildGoModule rec {
|
|||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
tests = nixosTests.alice-lg;
|
tests = nixosTests.alice-lg;
|
||||||
updateScript = gitUpdater { };
|
updateScript = nix-update-script { };
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user