Merge commit '0ae8676d50
'
This commit is contained in:
commit
59bf994c50
2 changed files with 11 additions and 3 deletions
8
trivionomicon/README.md
Normal file
8
trivionomicon/README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
### Push:
|
||||
|
||||
git subtree push --prefix=trivionomicon forgejo@git.posixlycorrect.com:deepState/trivionomicon.git master
|
||||
|
||||
|
||||
### Pull:
|
||||
|
||||
git subtree pull --prefix=trivionomicon forgejo@git.posixlycorrect.com:deepState/trivionomicon.git master
|
|
@ -152,10 +152,10 @@
|
|||
packages.${system} = pkgs.${prefix};
|
||||
|
||||
overlays.default = final: prev: let
|
||||
overlay =
|
||||
overlay = final: prev:
|
||||
if paths ? localOverlay
|
||||
then import localOverlayPath
|
||||
else (final: prev: {});
|
||||
then import localOverlayPath {inherit final prev flakes;}
|
||||
else {};
|
||||
in
|
||||
mapOverlayOverride prefix overlay final prev
|
||||
// optionalAttrs (unstable != null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue