diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-11-08 19:20:23 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-11-08 19:35:38 -0800 |
| commit | 1dbfaf2e096dd3c51023d37a9e8a84def07e4e16 (patch) | |
| tree | 1f3ae168c44fb4d1205fc15e90714dfb61eaac7b | |
| parent | flake.lock: Update (diff) | |
| download | x-1dbfaf2e096dd3c51023d37a9e8a84def07e4e16.tar.gz | |
fix: configure properly the overlay
| -rw-r--r-- | src/x509-info/flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x509-info/flake.nix b/src/x509-info/flake.nix index c0e0eeb..dfebcdb 100644 --- a/src/x509-info/flake.nix +++ b/src/x509-info/flake.nix @@ -95,7 +95,7 @@ }) // { overlay = final: prev: { - x509-info = self.defaultPackage.${prev.system}; + x509-info = self.packages.${prev.system}.default; }; }; } |
