From 3983d8bfeb46bb29424da0e79c8b0d666cbab44d Mon Sep 17 00:00:00 2001 From: "Patrick C." <3180910+therealpxc@users.noreply.github.com> Date: Fri, 9 Aug 2024 13:29:21 -0700 Subject: [PATCH] make flake-parts input source explicit --- templates/flake-parts/flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/flake-parts/flake.nix b/templates/flake-parts/flake.nix index c2c8a54e9..9061241b5 100644 --- a/templates/flake-parts/flake.nix +++ b/templates/flake-parts/flake.nix @@ -6,6 +6,7 @@ url = "file+file:///dev/null"; flake = false; }; + flake-parts.url = "github:hercules-ci/flake-parts"; nixpkgs.url = "github:cachix/devenv-nixpkgs/rolling"; devenv.url = "github:cachix/devenv"; nix2container.url = "github:nlewo/nix2container";