Changing the default package to this symlinkJoin removes the version attribute that existing tooling reads via nix eval --raw .#packages.x86_64-linux.default.version (see build-image.sh). This will make that script fall back to manual version input even though the flake still has a versioned package; expose version on the default output or keep default pointing at a derivation with that attribute.
Ursprünglich gepostet von @Copilot in #18 (comment)
Changing the default package to this
symlinkJoinremoves theversionattribute that existing tooling reads vianix eval --raw .#packages.x86_64-linux.default.version(seebuild-image.sh). This will make that script fall back to manual version input even though the flake still has a versioned package; exposeversionon the default output or keepdefaultpointing at a derivation with that attribute.Ursprünglich gepostet von @Copilot in #18 (comment)