change version
Some checks are pending
Flake.lock / build (push) Waiting to run

This commit is contained in:
Mohamed Chrayed 2024-10-03 15:19:38 +02:00
parent 960b5bb205
commit 0c500f3840
3 changed files with 2 additions and 8 deletions

View File

@ -1,4 +1,4 @@
{ ... }: { ... }:
{ {
system.stateVersion = "24.05"; system.stateVersion = "24.11";
} }

View File

@ -9,12 +9,6 @@
persistent = true; persistent = true;
flake = "github:Moe1369/nixos-config#${hostName}"; flake = "github:Moe1369/nixos-config#${hostName}";
flags = [ flags = [
#"--update-input" "nixpkgs"
#"--update-input" "home-manager"
#"--update-input" "jovian"
#"--update-input" "nix-flatpak"
#"-L"
#"--commit-lock-file"
]; ];
allowReboot = false; allowReboot = false;
}; };

View File

@ -1,4 +1,4 @@
{ ... }: { ... }:
{ {
home.stateVersion = "24.05"; home.stateVersion = "24.11";
} }