nixos-shell: add updateScript

This commit is contained in:
ners
2026-04-24 14:20:38 +02:00
parent e9276bcd82
commit f914d7e320
+3
View File
@@ -5,6 +5,7 @@
jq,
fetchFromGitHub,
makeWrapper,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -32,6 +33,8 @@ stdenv.mkDerivation (finalAttrs: {
installFlags = [ "PREFIX=${placeholder "out"}" ];
passthru.updateScript = nix-update-script { };
meta = {
description = "Spawns lightweight nixos vms in a shell";
inherit (finalAttrs.src.meta) homepage;