aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-11-08 19:20:23 -0800
committerFranck Cuny <franck@fcuny.net>2022-11-08 19:35:38 -0800
commit1dbfaf2e096dd3c51023d37a9e8a84def07e4e16 (patch)
tree1f3ae168c44fb4d1205fc15e90714dfb61eaac7b
parentflake.lock: Update (diff)
downloadx-1dbfaf2e096dd3c51023d37a9e8a84def07e4e16.tar.gz
fix: configure properly the overlay
-rw-r--r--src/x509-info/flake.nix2
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;
};
};
}