Set dev version suffix in master branch

This commit is contained in:
Jörg Thalheim 2022-11-04 16:31:09 +01:00
parent 438d23e29c
commit f9801198bf
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
overlays = [ self.overlay ];
}
);
version = builtins.readFile ./version;
version = nixpkgs.lib.removeSuffix "\n" (builtins.readFile ./version);
pkgs = nixpkgsFor.${"x86_64-linux"};
in

View File

@ -1 +1 @@
0.16.1
0.17.0-alpha