Skip to content

Commit

Permalink
Merge pull request #152 from Jayman2000/naersks-nixpkgs-follows-our-n…
Browse files Browse the repository at this point in the history
…ixpkgs

Make `naersk`’s `nixpkgs` input follow our `nixpkgs` input
  • Loading branch information
lucperkins authored Jan 9, 2025
2 parents f53df97 + 90b2058 commit c41b748
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
20 changes: 4 additions & 16 deletions flake.lock

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

5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};

naersk.url = "https://flakehub.com/f/nix-community/naersk/0.1.*";
naersk = {
url = "https://flakehub.com/f/nix-community/naersk/0.1.*";
inputs.nixpkgs.follows = "nixpkgs";
};
};

outputs = { self, ... }@inputs:
Expand Down

0 comments on commit c41b748

Please sign in to comment.