Skip to content

Commit f980119

Browse files
committed
Set dev version suffix in master branch
1 parent 438d23e commit f980119

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
overlays = [ self.overlay ];
1616
}
1717
);
18-
version = builtins.readFile ./version;
18+
version = nixpkgs.lib.removeSuffix "\n" (builtins.readFile ./version);
1919
pkgs = nixpkgsFor.${"x86_64-linux"};
2020
in
2121

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.16.1
1+
0.17.0-alpha

0 commit comments

Comments
 (0)