forked from foxora/nix
#1 hater of infinite recursion
This commit is contained in:
parent
43b04c3f8a
commit
a5bb1d1cc1
31 changed files with 946 additions and 851 deletions
|
|
@ -1,3 +1,9 @@
|
|||
# NOTE: `system` is provided by Cerulean
|
||||
{
|
||||
inputs,
|
||||
system,
|
||||
...
|
||||
}: [
|
||||
(self: super: {
|
||||
ekphos = import ../packages/ekphos {
|
||||
pkgs = super;
|
||||
|
|
@ -10,4 +16,7 @@
|
|||
})
|
||||
];
|
||||
});
|
||||
|
||||
hyprland-git = inputs.hyprland-git.packages.${system};
|
||||
})
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue