Skip to content

Commit 0773f11

Browse files
authored
chore: add flake-parts as explicit input (#13)
1 parent 39be18e commit 0773f11

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

flake.lock

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

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
inputs = {
55
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
6+
flake-parts.url = "github:hercules-ci/flake-parts";
67
};
78

89
outputs = inputs@{ flake-parts, ... }:

0 commit comments

Comments
 (0)