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