templates: make flake-parts input explicit

This commit is contained in:
matthewcroughan 2024-01-29 22:41:55 +00:00
parent bffc4be17f
commit 14114c563a
4 changed files with 7 additions and 1 deletions

View file

@ -2,6 +2,7 @@
description = "Description for the project";
inputs = {
flake-parts.url = "github:hercules-ci/flake-parts";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
};