Update to newest nixpkgs unstable

This commit is contained in:
joachimschmidt557 2022-03-23 21:11:59 +01:00
parent ae6c242865
commit 418be445d7
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
7 changed files with 18 additions and 16 deletions

View file

@ -1,10 +1,10 @@
{
nix = {
binaryCaches = [
nix.settings = {
trusted-substituters = [
"https://nimmm.cachix.org"
];
binaryCachePublicKeys = [
trusted-public-keys = [
"nimmm.cachix.org-1:usYhOtylPbGmyX95Xdy2YVMOKZVBBt4pTQVAQrzw+0k="
];
};