mirror of
https://github.com/blahai/nyx.git
synced 2025-06-09 04:53:02 -04:00
too much shit idek anymore
This commit is contained in:
parent
14843ef945
commit
bc82345beb
63 changed files with 1759 additions and 346 deletions
5
modules/flake/overlays.nix
Normal file
5
modules/flake/overlays.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
# this file creates an overlay based on the packgaes that out flake provides
|
||||
{self, ...}: {
|
||||
# get a list of packages for the host system, and if none exist use an empty set
|
||||
flake.overlays.default = _: prev: self.packages.${prev.stdenv.hostPlatform.system} or {};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue