Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AtaraxiaSjel committed Dec 28, 2024
1 parent 481229e commit 61a428d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"files.eol": "\n",
"[nix]": {
"editor.tabSize": 2
}
},
"cSpell.enabled": false
}
2 changes: 1 addition & 1 deletion profiles/applications/games/emulators.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
boot.kernel.sysctl."vm.max_map_count" = lib.mkForce 524288;
home-manager.users.${config.mainuser} = {
home.packages = with pkgs; [
(retroarch.override { cores = with libretro; [ genesis-plus-gx dosbox ]; })
# (retroarch.override { cores = with libretro; [ genesis-plus-gx dosbox ]; })
ryujinx
# citra-canary
# pcsx2
Expand Down
1 change: 1 addition & 0 deletions profiles/applications/vscode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ in
ext-nixpkgs.ms-python.python
ext-vscode.ms-python.isort
ext-vscode.ms-python.vscode-pylance
ext-nixpkgs.ms-vscode.cpptools
ext-vscode.ms-vscode.hexeditor
ext-nixpkgs.ms-vscode-remote.remote-containers
ext-nixpkgs.ms-vscode-remote.remote-ssh #FIX later
Expand Down
11 changes: 0 additions & 11 deletions profiles/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,6 @@ with lib; {
wine = prev.wineWow64Packages.stagingFull;
intel-vaapi-driver = prev.intel-vaapi-driver.override { enableHybridCodec = true; };

haskellPackages = prev.haskellPackages.override {
overrides = _hFinal: hPrev: {
# TODO: remove after cachix starts to use nix > v2.21
cachix = let
nix-fixed = prev.nixVersions.nix_2_19.overrideAttrs (oldAttrs: {
patches = oldAttrs.patches ++ [ ../patches/fix-nix-2.19.patch ];
});
in hPrev.cachix.override { nix = nix-fixed; };
};
};

modprobed-db = prev.modprobed-db.overrideAttrs (oa: {
postPatch = (oa.postPatch or "") + ''
substituteInPlace ./common/modprobed-db.in \
Expand Down

0 comments on commit 61a428d

Please sign in to comment.