ripe-atlas-tools: remove usage of lib.trivial.version which triggers unecessary rebuilds
This commit is contained in:
parent
ac181c2752
commit
e11fa65783
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
];
|
||||
|
||||
preBuild = ''
|
||||
echo "RIPE Atlas Tools [NixOS ${lib.trivial.version}] ${version}" > ripe/atlas/tools/user-agent
|
||||
echo "RIPE Atlas Tools [NixOS ${version}" > ripe/atlas/tools/user-agent
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue