nix: create overlay and use it throughout the repo
This commit is contained in:
parent
213aa184b1
commit
d38563f4a1
5 changed files with 11 additions and 6 deletions
5
nix/overlay.nix
Normal file
5
nix/overlay.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
self: super: {
|
||||
duplicay = super.callPackage ./pkgs/duplicacy {};
|
||||
mfcl3770cdw = super.callPackage ./pkgs/mfcl3770cdw.nix {};
|
||||
just = super.callPackage ./pkgs/just.nix {};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue