flake: update flake inputs

This commit is contained in:
Gabriel Arazas 2024-12-16 21:10:35 +08:00
parent 8515c5efcc
commit 8de1a2e66d
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
inherit system; inherit system;
config = config.setups.sharedNixpkgsConfig; config = config.setups.sharedNixpkgsConfig;
overlays = lib.attrValues inputs.self.overlays ++ [ overlays = lib.attrValues inputs.self.overlays ++ [
inputs.nur.overlay inputs.nur.overlays.default
]; ];
}; };
}; };

View File

@ -24,7 +24,7 @@
inputs.helix-editor.overlays.default inputs.helix-editor.overlays.default
# Get all of the NUR. # Get all of the NUR.
inputs.nur.overlay inputs.nur.overlays.default
]; ];
}; };
homeManagerBranch = "home-manager-unstable"; homeManagerBranch = "home-manager-unstable";