Update to newest nixpkgs unstable
This commit is contained in:
parent
ae6c242865
commit
418be445d7
7 changed files with 18 additions and 16 deletions
|
|
@ -1,10 +1,10 @@
|
|||
|
||||
{
|
||||
nix = {
|
||||
binaryCaches = [
|
||||
nix.settings = {
|
||||
trusted-substituters = [
|
||||
"https://winewayland.cachix.org"
|
||||
];
|
||||
binaryCachePublicKeys = [
|
||||
trusted-public-keys = [
|
||||
"winewayland.cachix.org-1:yXIVHB/ag+BdOg1RPe9yTXtTlYav0xSj0LAzl+dgOXY="
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue