Remove nh flake

This commit is contained in:
Fern Garden 2025-07-26 15:13:03 +08:00
parent 8bdad71752
commit 34c3131161
2 changed files with 0 additions and 4 deletions

View file

@ -11,7 +11,6 @@
nixos-hardware.url = "github:NixOS/nixos-hardware"; # Hardware specific config.
sops-nix.url = "github:Mic92/sops-nix"; # Secrets management.
nixvim.url = "github:nix-community/nixvim"; # Neovim.
nh.url = "github:nix-community/nh"; # Yet another Nix CLI helper.
# Home manager.
home-manager = {

View file

@ -14,9 +14,6 @@ with inputs;
# Dymo label printer drivers.
cups-dymo = prev.pkgs.callPackage ./packages/cups-dymo {};
# Latest nh from git.
nh = nh.packages.${system}.nh;
# Latest FluffyChat.
fluffychat =
(import nixpkgs-pr-fluffychat