fix deprecated URL literals (#40)
This commit is contained in:
@@ -74,7 +74,7 @@ nix.settings = {
|
|||||||
builders-use-substitutes = true;
|
builders-use-substitutes = true;
|
||||||
# substituters to use
|
# substituters to use
|
||||||
substituters = [
|
substituters = [
|
||||||
https://anyrun.cachix.org
|
"https://anyrun.cachix.org"
|
||||||
];
|
];
|
||||||
|
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
|
Reference in New Issue
Block a user