Skip to content

fix: append .config.system.build.toplevel to attribute#4

Merged
megheaiulian merged 1 commit into
mainfrom
fix-nixos-deploy-attribute
Mar 12, 2026
Merged

fix: append .config.system.build.toplevel to attribute#4
megheaiulian merged 1 commit into
mainfrom
fix-nixos-deploy-attribute

Conversation

@megheaiulian

Copy link
Copy Markdown
Contributor

Summary

nixos-deploy now accepts short form attribute like .#nixosConfigurations.hostname instead of requiring the full path .#nixosConfigurations.hostname.config.system.build.toplevel.

Change

# Before (manual)
attribute = ".#nixosConfigurations.myhost.config.system.build.toplevel"

# After (short form)
attribute = ".#nixosConfigurations.myhost"

nixos-deploy now accepts short form attribute like '.#nixosConfigurations.hostname'
@megheaiulian megheaiulian merged commit 3ff1e5f into main Mar 12, 2026
@megheaiulian megheaiulian deleted the fix-nixos-deploy-attribute branch March 12, 2026 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant