Skip to content

Commit

Permalink
track comments & fenix update from matthew's PR
Browse files Browse the repository at this point in the history
  • Loading branch information
abathur committed Dec 20, 2024
1 parent bd550b1 commit 1aed143
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
14 changes: 7 additions & 7 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 @@ -2,10 +2,14 @@
description = "Experimental Nix Installer";

inputs = {
# can track upstream versioning with
# git show $most_recently_merged_commit:flake.lock | jq '.nodes[.nodes.root.inputs.nixpkgs].locked.rev'
nixpkgs.url = "github:NixOS/nixpkgs/807e9154dcb16384b1b765ebe9cd2bba2ac287fd";

fenix = {
url = "github:nix-community/fenix/73124e1356bde9411b163d636b39fe4804b7ca45";
# can track upstream versioning with
# git show $most_recently_merged_commit:flake.lock | jq '.nodes[.nodes.root.inputs.fenix].locked.rev'
url = "github:nix-community/fenix/a9d2e5fa8d77af05240230c9569bbbddd28ccfaf";
inputs.nixpkgs.follows = "nixpkgs";
};

Expand Down

0 comments on commit 1aed143

Please sign in to comment.