diff --git a/flake.nix b/flake.nix index e0d74eee0b7de59805851184b1f9c14ad4d8f15a..202e8ae5b6ab5bdf945ed53b78a121774a3dbab3 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,6 @@ flake-utils, versionFlake, commonFlake, - gitCommitFlake, certificatesFlake, } @ inputs: flake-utils.lib.eachDefaultSystem (system: let @@ -46,10 +45,6 @@ common = commonPck; }) - (final: prev: { - gitCommit = gitCommitFlake.packages.${system}.gitCommit; - }) - (final: prev: { alvineDevCerts = certificatesFlake; })