templates: Use flake registry for flake-parts

This commit is contained in:
Robert Hensing 2022-07-06 12:08:09 +02:00
parent 9b0000f75f
commit 3e90daeccb
2 changed files with 0 additions and 2 deletions

View file

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

View file

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