Skip to content

Commit d13d64c

Browse files
committed
remove nh 4 beta overlay
1 parent 36fe0a5 commit d13d64c

File tree

4 files changed

+36
-74
lines changed

4 files changed

+36
-74
lines changed

flake.lock

Lines changed: 35 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
stylix.url = "github:danth/stylix";
4949
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
5050
ghostty.url = "github:ghostty-org/ghostty";
51-
nh-4-beta.url = "github:viperML/nh";
5251

5352
## hyprland
5453
hyprland.url = "github:hyprwm/Hyprland";

lib/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ in rec {
5555
inputs.nixpkgs-terraform.overlays.default
5656
overlays.modifications
5757
overlays.stable-packages
58-
inputs.nh-4-beta.overlays.default
5958
];
6059
nixpkgs.config = {
6160
allowUnfree = true;

modules/nixos/features/nh.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
{pkgs, ...}: {
1+
{...}: {
22
# nh
33
programs.nh = {
44
enable = true;
5-
package = pkgs.nh;
65
clean.enable = true;
76
clean.extraArgs = "--keep-since 14d --keep 10";
87
flake = "/home/zshen/personal/nix-config";

0 commit comments

Comments
 (0)