This commit is contained in:
2023-04-05 08:32:37 +03:00
parent 4aa5443e9a
commit a7639b0d31
2 changed files with 38 additions and 36 deletions

View File

@@ -2,9 +2,9 @@
description = "motiejus/config";
nixConfig = {
trusted-substituters = "https://cache.nixos.org/";
trusted-public-keys = "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=";
extra-experimental-features = "nix-command flakes";
trusted-substituters = "https://cache.nixos.org/";
trusted-public-keys = "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=";
extra-experimental-features = "nix-command flakes";
};
inputs = {