Skip to content

Commit

Permalink
fix(nix): change nixpkgs to 24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Oct 26, 2024
1 parent b8bc2b8 commit d20a9ab
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
15 changes: 8 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
'';

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";

nixos-hardware.url = "github:nixos/nixos-hardware";

home-manager.url = "github:nix-community/home-manager";
home-manager.url = "github:nix-community/home-manager/release-24.05";
home-manager.inputs.nixpkgs.follows = "nixpkgs";

darwin.url = "github:lnl7/nix-darwin/master";
Expand Down
2 changes: 1 addition & 1 deletion system/nixos/hosts/pride/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
hardware.keyboard.qmk.enable = true;

programs.steam.enable = true;
hardware.graphics.enable32Bit = true;
# hardware.graphics.enable32Bit = true;
environment.systemPackages = with pkgs; [
lutris
];
Expand Down
2 changes: 1 addition & 1 deletion system/nixos/hosts/wrath/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
hardware.keyboard.qmk.enable = true;

programs.steam.enable = true;
hardware.graphics.enable32Bit = true;
# hardware.graphics.enable32Bit = true;
}

0 comments on commit d20a9ab

Please sign in to comment.