fix(kilimandjaro): remove shitty rider fix
This commit is contained in:
parent
7dc922f036
commit
8fbb9fc4ca
2 changed files with 7 additions and 9 deletions
|
@ -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