so commenting out works.
[root@atomic:~]# nixos-rebuild switch
building Nix...
building the system configuration...
error: attribute 'php56' missing, at /root/nixos/machines/atomic/configuration.nix:150:27
(use '--show-trace' to show detailed location information)
Not sure if this is a problem of Nix. Feel free to move the issue.

"x86_64-linux"Linux 4.14.84, NixOS, 18.09.1446.db561c90ef3 (Jellyfish)yesyesnix-env (Nix) 2.1.3"nixos-18.09.1446.db561c90ef3"/nix/var/nix/profiles/per-user/root/channels/nixosThere's not really a way for nix to know the line is actually a comment. To nix phpOptions just a string. What's considered a comment depends on the language, not all languages use # for comments. To 芦fix禄 this strings would need to how they're meant to be used, or what language they are in other words.
Though it's sure is a gotcha which isn't immediately obvious :laughing:
Most helpful comment
There's not really a way for nix to know the line is actually a comment. To nix
phpOptionsjust a string. What's considered a comment depends on the language, not all languages use#for comments. To 芦fix禄 this strings would need to how they're meant to be used, or what language they are in other words.Though it's sure is a gotcha which isn't immediately obvious :laughing: