add juicity pkg, and modify overlays.
This commit is contained in:
parent
cc587ca3e0
commit
b6b05e1c3a
6 changed files with 44 additions and 0 deletions
9
overlays/modifications/juicity.nix
Normal file
9
overlays/modifications/juicity.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ outputs, ... }:
|
||||
final: prev:
|
||||
let
|
||||
inherit (final) stdenv;
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
in
|
||||
{
|
||||
juicity = outputs.packages."${system}".juicity;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue