Fixed devenv not using global cachix

This commit is contained in:
2024-05-09 09:59:04 -03:00
parent 95411d9d57
commit 5f7c6958bb
3 changed files with 14 additions and 16 deletions

View File

@@ -5,16 +5,12 @@
}: {
nix.settings = {
experimental-features = ["nix-command" "flakes"];
substituters = [
extra-substituters = [
"https://nix-community.cachix.org"
];
trusted-public-keys = [
extra-trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
trusted-users = [
"root"
"panotaka"
];
};
# Enable CUPS to print documents.