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
|
||||
# Enable OpenGL
|
||||
hardware.graphics = {
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
|
||||
hardware.graphics.extraPackages = with pkgs; [
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
vaapiVdpau
|
||||
];
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ in
|
|||
nur = inputs.nur.overlay;
|
||||
warp-terminal = warpTerminalOverlay;
|
||||
termius = termiusOverlay;
|
||||
# talosctl = talosctlOverlay;
|
||||
talosctl = talosctlOverlay;
|
||||
# go = goOverlay;
|
||||
|
||||
# The unstable nixpkgs set (declared in the flake inputs) will
|
||||
|
|
|
@ -11,6 +11,4 @@ if [[ "$currentVersion" == "$latestVersion" ]]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
update-source-version talosctl "$latestVersion"
|
||||
|
||||
$(nix-build . -A talosctl --no-out-link)
|
||||
update-source-version talosctl "$latestVersion"
|
Loading…
Reference in a new issue