mirror of
https://github.com/Noratrieb/winxpbg.git
synced 2026-03-15 15:06:10 +01:00
Add nix derivation and overlay
This commit is contained in:
parent
39be4753e4
commit
59fc159b33
2 changed files with 49 additions and 0 deletions
4
default.nix
Normal file
4
default.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Overlay
|
||||
final: _: {
|
||||
winxpbg = final.callPackage ./package.nix { };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue