From c526785d9bd97a2fd6557bed3ee1a45d14be9168 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 8 Jul 2022 12:29:43 +0200 Subject: Misc: Dont pass nur input directly --- flake.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 016ed06..9341314 100644 --- a/flake.nix +++ b/flake.nix @@ -8,16 +8,17 @@ inputs.nixpkgs.follows = "nixpkgs"; }; nur.url = "github:nix-community/NUR"; + nix-index.url = "github:Mic92/nix-index-database"; }; - outputs = inputs @ { self, nixpkgs, home-manager, nur, ... }: + outputs = inputs @ { self, nixpkgs, home-manager, ... }: let user = "baitinq"; in { nixosConfigurations = import ./hosts { inherit (nixpkgs) lib; - inherit inputs nixpkgs home-manager nur user; + inherit inputs nixpkgs home-manager user; }; }; } -- cgit 1.4.1