Remove nh flake
This commit is contained in:
parent
8bdad71752
commit
34c3131161
2 changed files with 0 additions and 4 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue