fix(kilimandjaro): remove shitty rider fix
This commit is contained in:
parent
7dc922f036
commit
8fbb9fc4ca
2 changed files with 7 additions and 9 deletions
|
@ -6,8 +6,12 @@
|
|||
}: let
|
||||
inherit (config.lib.file) mkOutOfStoreSymlink;
|
||||
in {
|
||||
home.file = {
|
||||
home = {
|
||||
packages = [pkgs.jetbrains.rider];
|
||||
|
||||
file = {
|
||||
".dotnet/8".source = mkOutOfStoreSymlink "${pkgs.dotnetCorePackages.dotnet_8.sdk.unwrapped}/share/dotnet";
|
||||
".dotnet/mono".source = mkOutOfStoreSymlink pkgs.mono;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -8,12 +8,6 @@
|
|||
../../programs/games.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = [
|
||||
(pkgs.jetbrains.rider.overrideAttrs (old: {
|
||||
postInstall = builtins.replaceStrings ["ln -s ${pkgs.dotnet-sdk_7}"] ["ln -s ${pkgs.dotnet-sdk_8.unwrapped}/share/dotnet"] old.postInstall or "";
|
||||
}))
|
||||
];
|
||||
|
||||
hm.imports = [../../programs/dotnet.nix];
|
||||
|
||||
services.asus-numpad = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue