udisks2
This commit is contained in:
6
builds/overlay.nix
Normal file
6
builds/overlay.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
# Arguments to the overlay function:
|
||||
{ ... }:
|
||||
final: prev: {
|
||||
minlog = prev.callPackage ./minlog.nix { };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user