Revert changes for 24.05
This commit is contained in:
parent
1862ee4478
commit
3beb6360e5
3 changed files with 6 additions and 7 deletions
|
@ -10,12 +10,13 @@ in
|
||||||
|
|
||||||
# ref: https://nixos.wiki/wiki/Nvidia
|
# ref: https://nixos.wiki/wiki/Nvidia
|
||||||
# Enable OpenGL
|
# Enable OpenGL
|
||||||
hardware.graphics = {
|
hardware.opengl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enable32Bit = true;
|
driSupport = true;
|
||||||
|
driSupport32Bit = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.graphics.extraPackages = with pkgs; [
|
hardware.opengl.extraPackages = with pkgs; [
|
||||||
vaapiVdpau
|
vaapiVdpau
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ in
|
||||||
nur = inputs.nur.overlay;
|
nur = inputs.nur.overlay;
|
||||||
warp-terminal = warpTerminalOverlay;
|
warp-terminal = warpTerminalOverlay;
|
||||||
termius = termiusOverlay;
|
termius = termiusOverlay;
|
||||||
# talosctl = talosctlOverlay;
|
talosctl = talosctlOverlay;
|
||||||
# go = goOverlay;
|
# go = goOverlay;
|
||||||
|
|
||||||
# The unstable nixpkgs set (declared in the flake inputs) will
|
# The unstable nixpkgs set (declared in the flake inputs) will
|
||||||
|
|
|
@ -12,5 +12,3 @@ if [[ "$currentVersion" == "$latestVersion" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
update-source-version talosctl "$latestVersion"
|
update-source-version talosctl "$latestVersion"
|
||||||
|
|
||||||
$(nix-build . -A talosctl --no-out-link)
|
|
Loading…
Reference in a new issue