etc: add known hashes for bashrc/zsh/nix.conf

This commit is contained in:
Daiderd Jordan 2020-06-17 18:35:37 +02:00
parent b22481d03a
commit 20b9f53035
No known key found for this signature in database
GPG key ID: D02435D05B810C96
3 changed files with 22 additions and 0 deletions

View file

@ -98,5 +98,11 @@ in
fi
'';
environment.etc."bashrc".knownSha256Hashes = [
"444c716ac2ccd9e1e3347858cb08a00d2ea38e8c12fdc5798380dc261e32e9ef"
"617b39e36fa69270ddbee19ddc072497dbe7ead840cbd442d9f7c22924f116f4" # nix installer
"6be16cf7c24a3c6f7ae535c913347a3be39508b3426f5ecd413e636e21031e66" # nix installer
];
};
}