Skip to content

Commit

Permalink
Revert "going back to 22.11 for working kexec"
Browse files Browse the repository at this point in the history
This reverts commit 510e02c.
  • Loading branch information
orzklv committed Jun 9, 2024
1 parent c8c3be1 commit ee2c289
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 49 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ in other package managers.

`unstable-packages` is for packages that you want to always keep at the latest
released versions, and `stable-packages` is for packages that you want to track
with the current release of NixOS (currently 22.11).
with the current release of NixOS (currently 24.05).

If you want to update the versions of the available `unstable-packages`, run
`nix flake update` to pull the latest version of the Nixpkgs repository and
Expand Down
52 changes: 9 additions & 43 deletions flake.lock

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

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
description = "NixOS configuration for affecting servers";

# NixOS 22.11 (idk why, kexec works fine with 22.11)
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-22.11";
# NixOS 24.05
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
inputs.nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";

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

# Nix User Repository
Expand Down
2 changes: 1 addition & 1 deletion home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ in {
nix-index-database.hmModules.nix-index
];

home.stateVersion = "22.11";
home.stateVersion = "24.05";

home = {
username = "${username}";
Expand Down
2 changes: 1 addition & 1 deletion linux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
];
};

system.stateVersion = "22.11";
system.stateVersion = "24.05";

virtualisation.docker = {
enable = true;
Expand Down

0 comments on commit ee2c289

Please sign in to comment.