From 3e90daeccbb702b4503542f401ca3b8ec583d4ee Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Wed, 6 Jul 2022 12:08:09 +0200 Subject: [PATCH] templates: Use flake registry for flake-parts --- template/default/flake.nix | 1 - template/multi-module/flake.nix | 1 - 2 files changed, 2 deletions(-) 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"; };