Skip to content
Snippets Groups Projects
Verified Commit 02c1e238 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: update nix flake

parent ff97aa19
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
flake-utils, flake-utils,
versionFlake, versionFlake,
commonFlake, commonFlake,
gitCommitFlake,
certificatesFlake, certificatesFlake,
} @ inputs: } @ inputs:
flake-utils.lib.eachDefaultSystem (system: let flake-utils.lib.eachDefaultSystem (system: let
...@@ -46,10 +45,6 @@ ...@@ -46,10 +45,6 @@
common = commonPck; common = commonPck;
}) })
(final: prev: {
gitCommit = gitCommitFlake.packages.${system}.gitCommit;
})
(final: prev: { (final: prev: {
alvineDevCerts = certificatesFlake; alvineDevCerts = certificatesFlake;
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment