From 6b14092fcfca70095feed1b0fda6b6577b1c8e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 3 Apr 2023 21:17:02 +0300 Subject: [PATCH] add nixConfig --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flake.nix b/flake.nix index 69afb47..aa43f57 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,12 @@ { description = "motiejus/config"; + nixConfig = { + trusted-substituters = "https://cache.nixos.org/"; + trusted-public-keys = "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="; + extra-experimental-features = "nix-command flakes"; + }; + inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11-small";