Skip to content

Commit 5aa7b5b

Browse files
authored
Merge pull request #89 from DeterminateSystems/flakehub-inputs
Use FlakeHub inputs
2 parents 76b9be3 + cddb268 commit 5aa7b5b

2 files changed

Lines changed: 30 additions & 38 deletions

File tree

flake.lock

Lines changed: 27 additions & 34 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
{
22
description = "The purely functional package manager";
33

4-
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
4+
inputs.nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1";
55

66
inputs.nixpkgs-regression.url = "github:NixOS/nixpkgs/215d4d0fd80ca5163643b03a33fde804a29cc1e2";
77
inputs.nixpkgs-23-11.url = "github:NixOS/nixpkgs/a62e6edd6d5e1fa0329b8653c801147986f8d446";
88

99
# dev tooling
10-
inputs.flake-parts.url = "github:hercules-ci/flake-parts";
11-
inputs.git-hooks-nix.url = "github:cachix/git-hooks.nix";
10+
inputs.flake-parts.url = "https://flakehub.com/f/hercules-ci/flake-parts/0.1";
11+
inputs.git-hooks-nix.url = "https://flakehub.com/f/cachix/git-hooks.nix/0.1.941";
1212
# work around https://github.com/NixOS/nix/issues/7730
1313
inputs.flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
1414
inputs.git-hooks-nix.inputs.nixpkgs.follows = "nixpkgs";
15-
inputs.git-hooks-nix.inputs.nixpkgs-stable.follows = "nixpkgs";
1615
# work around 7730 and https://github.com/NixOS/nix/issues/7807
1716
inputs.git-hooks-nix.inputs.gitignore.follows = "";
1817

0 commit comments

Comments
 (0)