Skip to content

Commit 79b8109

Browse files
grahamccole-h
authored andcommitted
Mechanical migration to FlakeHub
1 parent 068ea85 commit 79b8109

File tree

2 files changed

+46
-34
lines changed

2 files changed

+46
-34
lines changed

flake.lock

Lines changed: 43 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
description = "nix-config-parser";
33

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

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

@@ -15,7 +15,7 @@
1515
};
1616

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

0 commit comments

Comments
 (0)