diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-28 16:21:24 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-28 16:21:24 +0100 |
commit | cee634e0b1e6635e602efb83b054c450e2c3c534 (patch) | |
tree | 5bd938a566f5e1fd61b18c81dc3e968c1e0ac725 /hosts/default.nix | |
parent | Update (diff) | |
download | nixos-config-cee634e0b1e6635e602efb83b054c450e2c3c534.tar.gz nixos-config-cee634e0b1e6635e602efb83b054c450e2c3c534.tar.bz2 nixos-config-cee634e0b1e6635e602efb83b054c450e2c3c534.zip |
Fix update changes
Diffstat (limited to 'hosts/default.nix')
-rw-r--r-- | hosts/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/default.nix b/hosts/default.nix index 06d5e29..68adebe 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -10,7 +10,7 @@ let allowUnsupportedSystem = true; }; overlays = [ - inputs.nur.overlay + inputs.nur.overlays.default # inputs.neovim-nightly-overlay.overlay (import ../packages) (import ../overlays) |