From 79fc87bde1b213894eb822f15dde292b92297e25 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Wed, 8 Jun 2022 20:32:33 +0200 Subject: [PATCH] nixConf is a top level attribute --- flake.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 631a6f7..87b0e73 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,8 @@ { description = "dandellion's home-manager profiles"; + + nixConfig.extra-substituters = ["https://helix.cachix.org"]; + nixConfig.exta-trusted-public-keys = "mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="; inputs = { home-manager-2205.url = "github:nix-community/home-manager/release-22.05"; @@ -41,8 +44,6 @@ allMachines = [ "laptop" "desktop" "headless" "pvv-terminal" ]; in { - nixConfig.extra-substituters = ["https://helix.cachix.org"]; - nixConfig.trusted-public-keys = "mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="; homeConfigurations = mkHomes [ "laptop" "headless" ] { } // mkHomes [ "desktop" ] { username = "dan"; }