diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-26 16:47:52 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-06-26 17:06:29 +0200 |
commit | 45560caab2bd45b65d234139ad73f4cea304462c (patch) | |
tree | 7c392fc45d7de167bb7ee49433fbdcd9665a151d /flake.nix | |
parent | Fix light requiring root permissions (diff) | |
download | nixos-config-45560caab2bd45b65d234139ad73f4cea304462c.tar.gz nixos-config-45560caab2bd45b65d234139ad73f4cea304462c.tar.bz2 nixos-config-45560caab2bd45b65d234139ad73f4cea304462c.zip |
Add automatically updating prebuilt nix-index and comma
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 4a41a19..016ed06 100644 --- a/flake.nix +++ b/flake.nix @@ -8,9 +8,10 @@ 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, nur, ... }: let user = "baitinq"; in { |