Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@
pkgs = import inputs.nixpkgs {
inherit system;
config.allowUnfree = true;

# TODO: Replace this dirty trick when nixos 24.05 releases
overlays = [
(final: prev: {
nh = unstable.nh;
})
];
};

unstable = import inputs.nixpkgs-unstable {
Expand Down
2 changes: 1 addition & 1 deletion lib/hosts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ with lib.my; {
./../configuration.nix
./../hosts/${name}/configuration.nix

# TODO: Replace this dirty trick when nixos 24.05 releases
# TODO: Remove this when nixos 24.05 releases
"${unstable.path}/nixos/modules/programs/nh.nix"

inputs.home-manager.nixosModules.home-manager
Expand Down
3 changes: 2 additions & 1 deletion modules/desktop/apps/nh.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{...}: {
{unstable, ...}: {
programs.nh = {
enable = true;
package = unstable.nh;
clean = {
enable = true;
dates = "weekly";
Expand Down