Loading nixos/release.nix +2 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,8 @@ let version = fileContents ../.version; versionSuffix = (if stableBranch then "." else "beta") + "${toString nixpkgs.revCount - 901827}.${nixpkgs.shortRev}"; (if stableBranch then "." else "beta") + "${toString nixpkgs.revCount - 901827}.${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/release.nix +2 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,8 @@ let version = fileContents ../.version; versionSuffix = (if stableBranch then "." else "beta") + "${toString nixpkgs.revCount - 901827}.${nixpkgs.shortRev}"; (if stableBranch then "." else "beta") + "${toString nixpkgs.revCount - 901827}.${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