Skip to content

Commit

Permalink
Mechanical migration to FlakeHub
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc authored and cole-h committed Oct 10, 2023
1 parent 068ea85 commit 79b8109
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 34 deletions.
74 changes: 43 additions & 31 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,10 +2,10 @@
description = "nix-config-parser";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-22.11";
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2211.433406.tar.gz";

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

Expand All @@ -15,7 +15,7 @@
};

nix = {
url = "github:nixos/nix/2.13.2";
url = "https://flakehub.com/f/NixOS/nix/2.18.1.tar.gz";
# Omitting `inputs.nixpkgs.follows = "nixpkgs";` on purpose
};

Expand Down

0 comments on commit 79b8109

Please sign in to comment.