We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac629f commit 5df5f59Copy full SHA for 5df5f59
flake.nix
@@ -13,7 +13,7 @@
13
pkgs = (import nixpkgs) { inherit system; };
14
15
OSName = "LeoOS";
16
- OSVersion = "2.3.0";
+ OSVersion = "2.4.0";
17
18
OSImageDerivations = pkgs.callPackage ./OS-image {
19
inherit OSName OSVersion;
0 commit comments