mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-10 07:30:18 +02:00
fix(nix-ld): removed obsolete nix-ld installation
This commit is contained in:
parent
01708b2f1e
commit
4242a7ad36
2 changed files with 247 additions and 15 deletions
|
@ -18,7 +18,7 @@
|
|||
};
|
||||
|
||||
nix-secrets = {
|
||||
url = "git+https://git.hypervirtual.world/harry123/nix-secrets.git"; # replace with your own repo
|
||||
url = "git+https://git.rougebordeaux.xyz/misschloe/nix-secrets.git"; # replace with your own repo
|
||||
flake = false;
|
||||
};
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
|||
};
|
||||
*/
|
||||
|
||||
miovim.url = "git+https://git.rougebordeaux.xyz/harry123/miovim.git";
|
||||
miovim.url = "git+https://git.rougebordeaux.xyz/misschloe/miovim.git";
|
||||
nixos-generators = {
|
||||
url = "github:nix-community/nixos-generators";
|
||||
inputs.nixpkgs.follows = "nixpkgsUnstable";
|
||||
|
@ -143,6 +143,7 @@
|
|||
};
|
||||
home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
}
|
||||
{ programs.nix-ld.enable = true; }
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue