Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #98524 from jonringer/cut-beta

nixos: now beta

authored by WORLDofPEACE and committed by GitHub bc260bad 189520cc

Changed files
+1 -1
nixos
+1 -1
nixos/release.nix
··· 12 12 13 13 version = fileContents ../.version; 14 14 versionSuffix = 15 - (if stableBranch then "." else "alpha") + "${toString (nixpkgs.revCount - 242760)}.${nixpkgs.shortRev}"; 15 + (if stableBranch then "." else "beta") + "${toString (nixpkgs.revCount - 242760)}.${nixpkgs.shortRev}"; 16 16 17 17 # Run the tests for each platform. You can run a test by doing 18 18 # e.g. ‘nix-build -A tests.login.x86_64-linux’, or equivalently,