diff --git a/template/default/flake.nix b/template/default/flake.nix index e85b119..78d9b6e 100644 --- a/template/default/flake.nix +++ b/template/default/flake.nix @@ -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"; }; diff --git a/template/multi-module/flake.nix b/template/multi-module/flake.nix index 91e334c..e7b7935 100644 --- a/template/multi-module/flake.nix +++ b/template/multi-module/flake.nix @@ -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"; };