refactoring
- overlays/{linux,wine-osu}.nix -> packages/{linux-lava,wine-osu}/
- overlays/misc/ -> overlays/patches/
- overlays/misc/0001...patch -> packages/linux-lava/si...patch
- overlays/misc/wine/ -> packages/wine-osu/patches/
- flake.nix:
- overlays are dynamically read from overlays/
- define custom packages separately
- packages/*
- now imported using callPackage
This commit is contained in:
parent
268a85c2ef
commit
d9b73bfd43
15 changed files with 210 additions and 200 deletions
|
|
@ -2,7 +2,7 @@ self: super: {
|
|||
transcrypt = super.transcrypt.overrideAttrs(o: rec {
|
||||
version = "2.1.0";
|
||||
|
||||
patches = [ ./misc/transcrypt.patch ];
|
||||
patches = [ ./patches/transcrypt.patch ];
|
||||
src = super.fetchFromGitHub {
|
||||
owner = "elasticdog";
|
||||
repo = "transcrypt";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue