Update to the new NUR format
See https://github.com/nix-community/NUR/issues/45
This commit is contained in:
parent
3ad2553ead
commit
8055d108f0
8 changed files with 54 additions and 32 deletions
8
lib/default.nix
Normal file
8
lib/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs }:
|
||||
|
||||
with pkgs.lib; {
|
||||
# Add your library functions here
|
||||
#
|
||||
# hexint = x: hexvals.${toLower x};
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue