1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-13 20:30:02 +00:00

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

@ -388,6 +388,10 @@ in
environment.etc."nix/nix.conf".source = nixConf;
environment.etc."nix/nix.conf".knownSha256Hashes = [
"c4ecc3d541c163c8fcc954ccae6b8cab28c973dc283fea5995c69aaabcdf785f" # nix installer
];
# List of machines for distributed Nix builds in the format
# expected by build-remote.
environment.etc."nix/machines" =

View file

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

View file

@ -195,5 +195,17 @@ in
fi
'';
environment.etc."zprofile".knownSha256Hashes = [
"db8422f92d8cff684e418f2dcffbb98c10fe544b5e8cd588b2009c7fa89559c5"
"0235d3c1b6cf21e7043fbc98e239ee4bc648048aafaf6be1a94a576300584ef2"
];
environment.etc."zshrc".knownSha256Hashes = [
"19a2d673ffd47b8bed71c5218ff6617dfc5e8533b240b9ba79142a45f8823c23"
"fb5827cb4712b7e7932d438067ec4852c8955a9ff0f55e282473684623ebdfa1"
"c5a00c072c920f46216454978c44df044b2ec6d03409dc492c7bdcd92c94a110" # nix install
"40b0d8751adae5b0100a4f863be5b75613a49f62706427e92604f7e04d2e2261" # nix install
];
};
}