flake: use packages overlay for poseidon
This commit is contained in:
parent
0f8175519b
commit
971dcbbc71
|
@ -51,7 +51,9 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(final: prev: {
|
(self: super: {
|
||||||
|
packages = import ./pkgs { pkgs = super; };
|
||||||
|
|
||||||
# packages accessible through pkgs.unstable.package
|
# packages accessible through pkgs.unstable.package
|
||||||
unstable = import nixpkgs-unstable {
|
unstable = import nixpkgs-unstable {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|
Loading…
Reference in a new issue