Loading nixos/modules/config/nix-channel.nix +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ in defaultChannel = mkOption { internal = true; type = types.str; default = "https://nixos.org/channels/nixos-24.11"; default = "https://nixos.org/channels/nixos-unstable"; description = "Default NixOS channel to which the root user is subscribed."; }; }; Loading nixos/release.nix +2 −2 Original line number Diff line number Diff line with import ../lib; { nixpkgs ? { outPath = cleanSource ./..; revCount = 708350; shortRev = "1d95cb5"; } { nixpkgs ? { outPath = cleanSource ./..; revCount = 708350; shortRev = "gfedcba"; } , stableBranch ? false , supportedSystems ? [ "x86_64-linux" "aarch64-linux" ] , configuration ? {} Loading @@ -12,7 +12,7 @@ let version = fileContents ../.version; versionSuffix = (if stableBranch then "." else "beta") + "${toString nixpkgs.revCount}.${nixpkgs.shortRev}"; (if stableBranch then "." else "pre") + "${toString nixpkgs.revCount}.${nixpkgs.shortRev}"; # Run the tests for each platform. You can run a test by doing # e.g. ‘nix-build release.nix -A tests.login.x86_64-linux’, Loading Loading
nixos/modules/config/nix-channel.nix +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ in defaultChannel = mkOption { internal = true; type = types.str; default = "https://nixos.org/channels/nixos-24.11"; default = "https://nixos.org/channels/nixos-unstable"; description = "Default NixOS channel to which the root user is subscribed."; }; }; Loading
nixos/release.nix +2 −2 Original line number Diff line number Diff line with import ../lib; { nixpkgs ? { outPath = cleanSource ./..; revCount = 708350; shortRev = "1d95cb5"; } { nixpkgs ? { outPath = cleanSource ./..; revCount = 708350; shortRev = "gfedcba"; } , stableBranch ? false , supportedSystems ? [ "x86_64-linux" "aarch64-linux" ] , configuration ? {} Loading @@ -12,7 +12,7 @@ let version = fileContents ../.version; versionSuffix = (if stableBranch then "." else "beta") + "${toString nixpkgs.revCount}.${nixpkgs.shortRev}"; (if stableBranch then "." else "pre") + "${toString nixpkgs.revCount}.${nixpkgs.shortRev}"; # Run the tests for each platform. You can run a test by doing # e.g. ‘nix-build release.nix -A tests.login.x86_64-linux’, Loading