chore: Upgrade to 24.11

This commit is contained in:
Tibo De Peuter 2025-02-21 20:25:06 +01:00
parent c416cbaab9
commit 01ce208be9
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
6 changed files with 13 additions and 12 deletions

View file

@ -9,6 +9,6 @@ in {
extraOptions = ''
experimental-features = nix-command flakes
'';
package = pkgs.nixFlakes;
package = pkgs.nixVersions.stable;
};
}