mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-18 00:12:18 +08:00
Set dev version suffix in master branch
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
overlays = [ self.overlay ];
|
overlays = [ self.overlay ];
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
version = builtins.readFile ./version;
|
version = nixpkgs.lib.removeSuffix "\n" (builtins.readFile ./version);
|
||||||
pkgs = nixpkgsFor.${"x86_64-linux"};
|
pkgs = nixpkgsFor.${"x86_64-linux"};
|
||||||
in
|
in
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user