flake.nix: Use nixpkgs.lib.fileContents

This commit is contained in:
Robert Hensing 2022-12-07 13:55:31 +01:00
parent cc27bd0633
commit af8136afd4

View file

@ -11,8 +11,7 @@
officialRelease = false; officialRelease = false;
version = strip (builtins.readFile ./.version) + versionSuffix; version = nixpkgs.lib.fileContents ./.version + versionSuffix;
strip = nixpkgs.lib.removeSuffix "\n";
versionSuffix = versionSuffix =
if officialRelease if officialRelease
then "" then ""