Skip to content

Commit

Permalink
Update flake inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Aug 21, 2024
1 parent f4e173e commit 9db6714
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions flake.lock

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

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
description = "The official CLI for FlakeHub: search for flakes, and add new inputs to your Nix flake.";

inputs = {
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/=0.1.650378.tar.gz";
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2405.*";

fenix = {
url = "https://flakehub.com/f/nix-community/fenix/0.1.1584.tar.gz";
url = "https://flakehub.com/f/nix-community/fenix/0.1.1584";
inputs.nixpkgs.follows = "nixpkgs";
};

naersk = {
url = "https://flakehub.com/f/nix-community/naersk/0.1.345.tar.gz";
url = "https://flakehub.com/f/nix-community/naersk/0.1.345";
inputs.nixpkgs.follows = "nixpkgs";
};
};
Expand Down

0 comments on commit 9db6714

Please sign in to comment.