Skip to content

Commit

Permalink
add fh cli
Browse files Browse the repository at this point in the history
  • Loading branch information
bri committed Feb 24, 2024
1 parent f864a5c commit c1a0700
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 11 deletions.
124 changes: 114 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
# package repos
stable.url = "github:nixos/nixpkgs/nixos-23.11";
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
#nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1.0.tar.gz";
nixos-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
deploy-rs.url = "github:serokell/deploy-rs";
devenv.url = "github:cachix/devenv/latest";
Expand All @@ -66,7 +67,7 @@
nixos-hardware.url = "github:nixos/nixos-hardware";
darwin = {
#url = "github:lnl7/nix-darwin";
url = "github:b-/nix-darwin";
url = "github:b-/nix-darwin/patch-1";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
Expand Down Expand Up @@ -101,6 +102,9 @@

treefmt-nix.url = "github:numtide/treefmt-nix";
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";

# flakehub cli
fh.url = "https://flakehub.com/f/DeterminateSystems/fh/*.tar.gz";
};

outputs =
Expand Down
1 change: 1 addition & 0 deletions modules/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
pkgs.home-manager
inputs.attic.packages.${pkgs.system}.attic-client
inputs.deploy-rs.packages.${pkgs.system}.deploy-rs
inputs.fh.packages.${pkgs.system}.default
];
etc = {
home-manager.source = "${inputs.home-manager}";
Expand Down

0 comments on commit c1a0700

Please sign in to comment.