add(helium): added helium as a module

This commit is contained in:
2025-11-12 10:58:21 +00:00
parent afacb3b04c
commit 06085c3d09
3 changed files with 53 additions and 39 deletions

View File

@@ -17,7 +17,7 @@
};
nikkuss-pkgs = {
url = "git+https://git.scug.io/nikkuss/pkgs";
inputs.nixpkgs.follows = "nixpkgs";
# inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix = {
url = "github:Mic92/sops-nix";
@@ -56,7 +56,7 @@
}:
let
overlays = [
inputs.nikkuss-pkgs.overlays.default
# inputs.nikkuss-pkgs.overlays.default
(final: prev: {
arrpc = prev.arrpc.overrideAttrs (preve: rec {
pname = preve.pname + "-meow";