Skip to content

Commit d8728ce

Browse files
committed
Update inputs
1 parent 318968b commit d8728ce

File tree

2 files changed

+14
-29
lines changed

2 files changed

+14
-29
lines changed

flake.lock

+12-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
inputs = {
33
flake-parts.url = "github:hercules-ci/flake-parts";
4-
nixpkgs.url = "github:NixOS/nixpkgs/master";
4+
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
5+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
56
pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
67
};
78

0 commit comments

Comments
 (0)