Skip to content

Commit

Permalink
feat: update to nixpkgs 24.11
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Nov 30, 2024
1 parent 7e32d0c commit b29446b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# for your flake, etc.
inputs = {
# Nixpkgs
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";

# You can access packages and modules from different nixpkgs revs
# at the same time. Here's an working example:
Expand Down
2 changes: 1 addition & 1 deletion home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# This is required information for home-manager to do its job
home = {
stateVersion = "24.05";
stateVersion = "24.11";
username = username;
homeDirectory = "/home/${username}";

Expand Down
2 changes: 1 addition & 1 deletion nixos/kolyma-1/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
# networking.firewall.enable = false;

# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "24.05";
system.stateVersion = "24.11";
}
2 changes: 1 addition & 1 deletion nixos/kolyma-2/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
# networking.firewall.enable = false;

# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "24.05";
system.stateVersion = "24.11";
}
2 changes: 1 addition & 1 deletion nixos/kolyma-3/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
# networking.firewall.enable = false;

# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "24.05";
system.stateVersion = "24.11";
}
2 changes: 1 addition & 1 deletion nixos/kolyma-4/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@
# networking.firewall.enable = false;

# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "24.05";
system.stateVersion = "24.11";
}

0 comments on commit b29446b

Please sign in to comment.