git: update paths for projects
This commit is contained in:
parent
1f635ff6ac
commit
dbe87c7bab
5 changed files with 97 additions and 89 deletions
|
|
@ -52,7 +52,7 @@
|
|||
checkHash = "nix hash to-sri --type sha256 $(nix-prefetch-url --unpack $argv)";
|
||||
deployNixberry = "nixos-rebuild switch --flake .#nixberry --target-host nixberry --sudo --ask-sudo-password";
|
||||
deployLoptland = "nixos-rebuild switch --flake .#loptland --target-host christophhollizeck.dev --sudo --ask-sudo-password";
|
||||
checkPR = ''cd /home/cholli/projects/nixpkgs && ${lib.getExe pkgs.nixpkgs-review} pr $argv --post-result --systems "x86_64-linux aarch64-linux"'';
|
||||
checkPR = ''cd /home/cholli/projects/NixOS/nixpkgs && ${lib.getExe pkgs.nixpkgs-review} pr $argv --post-result --systems "x86_64-linux aarch64-linux"'';
|
||||
};
|
||||
plugins = with pkgs.fishPlugins; [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ topLevel: {
|
|||
};
|
||||
maintenance = {
|
||||
repo = [
|
||||
"/home/${username}/projects/nixpkgs"
|
||||
"/home/${username}/projects/NixOS/nixpkgs"
|
||||
"/home/${username}/projects/config"
|
||||
];
|
||||
strategy = "incremental";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue