etc: add known hash for /etc/zshenv and /etc/nix/nix.conf

Adds support for DeterminateSystems installer 0.16.0 and later. Fixes #880.
This commit is contained in:
Evan Petousis 2024-02-23 18:40:24 +11:00
parent 314a36d99b
commit f1a0d68a8f
No known key found for this signature in database
GPG key ID: 89F675EAFEFE6CA5
4 changed files with 22 additions and 1 deletions

View file

@ -219,5 +219,9 @@ in
"2af1b563e389d11b76a651b446e858116d7a20370d9120a7e9f78991f3e5f336" # DeterminateSystems installer
];
environment.etc."zshenv".knownSha256Hashes = [
"d07015be6875f134976fce84c6c7a77b512079c1c5f9594dfa65c70b7968b65f" # DeterminateSystems installer
];
};
}