chore: clean up jolheiser pkgs namespace
Signed-off-by: jolheiser <john.olheiser@gmail.com>main
parent
68424be5cd
commit
fac3bb8d7e
|
@ -28,10 +28,10 @@
|
|||
jetbrains.goland
|
||||
|
||||
# Flake overlays
|
||||
jolheiser.gomodinit
|
||||
jolheiser.imp
|
||||
jolheiser.kv
|
||||
jolheiser.tmpl
|
||||
jolheiser.nur.gomodinit
|
||||
jolheiser.nur.imp
|
||||
jolheiser.nur.kv
|
||||
jolheiser.nur.tmpl
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -41,10 +41,10 @@
|
|||
gofumpt
|
||||
|
||||
# Flake overlays
|
||||
jolheiser.git-age
|
||||
jolheiser.templ
|
||||
jolheiser.nur.git-age
|
||||
jolheiser.nur.templ
|
||||
tclip
|
||||
jolheiser-helix
|
||||
jolheiser.helix
|
||||
];
|
||||
activation.report-changes = config.lib.dag.entryAnywhere ''
|
||||
${pkgs.nvd}/bin/nvd --nix-bin-dir=${pkgs.nix}/bin diff $oldGenPath $newGenPath
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
use ${nu_scripts}/share/nu_scripts/custom-completions/just/just-completions.nu *
|
||||
use ${nu_scripts}/share/nu_scripts/custom-completions/nix/nix-completions.nu *
|
||||
|
||||
use ${jolheiser.kv}/share/kv-completions.nu *
|
||||
use ${jolheiser.tmpl}/share/tmpl-completions.nu *
|
||||
use ${jolheiser.nur.kv}/share/kv-completions.nu *
|
||||
use ${jolheiser.nur.tmpl}/share/tmpl-completions.nu *
|
||||
'';
|
||||
extraEnv = ''
|
||||
$env.GOPATH = "${config.xdg.dataHome}/go"
|
||||
|
|
|
@ -72,10 +72,12 @@
|
|||
nurpkgs = prev;
|
||||
pkgs = prev;
|
||||
};
|
||||
jolheiser = inputs.jolheiser-nur.packages.${prev.system};
|
||||
jolheiser = {
|
||||
nur = inputs.jolheiser-nur.packages.${prev.system};
|
||||
helix = inputs.helix.packages.${prev.system}.default;
|
||||
website = inputs.website.packages.${prev.system}.default;
|
||||
};
|
||||
tclip = inputs.tclip.packages.${prev.system}.tclip;
|
||||
jolheiser-helix = inputs.helix.packages.${prev.system}.default;
|
||||
jolheiser-website = inputs.website.packages.${prev.system}.default;
|
||||
})
|
||||
golink.overlay
|
||||
];
|
||||
|
|
|
@ -27,7 +27,7 @@ in {
|
|||
file_server
|
||||
}
|
||||
handle {
|
||||
root * ${pkgs.jolheiser-website}
|
||||
root * ${pkgs.jolheiser.website}
|
||||
file_server
|
||||
}
|
||||
'';
|
||||
|
|
Reference in New Issue