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