im lazy
This commit is contained in:
parent
e7fdc3af6b
commit
d5e36b8df8
11 changed files with 441 additions and 105 deletions
10
overlays/default.nix
Normal file
10
overlays/default.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{upkgs, ...}: {
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
ekphos = import ../packages/ekphos.nix {
|
||||
inherit upkgs;
|
||||
pkgs = super;
|
||||
};
|
||||
})
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue