Valid Nix store path names
Appearance
All files and folders in /nix/store match the regular expression
[0-9a-f]{32}-[-.+_0-9a-zA-Z]+[0-9a-f]{32}is the hash[-.+_0-9a-zA-Z]+is the name
All files and folders in /nix/store match the regular expression
[0-9a-f]{32}-[-.+_0-9a-zA-Z]+[0-9a-f]{32} is the hash[-.+_0-9a-zA-Z]+ is the name