Revert changes for 24.05

This commit is contained in:
Joseph Hanson 2024-07-03 18:01:54 -05:00
parent 1862ee4478
commit 3beb6360e5
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
3 changed files with 6 additions and 7 deletions

View file

@ -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
];

View file

@ -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

View file

@ -12,5 +12,3 @@ if [[ "$currentVersion" == "$latestVersion" ]]; then
fi
update-source-version talosctl "$latestVersion"
$(nix-build . -A talosctl --no-out-link)