Fix PowerShell issue with relative paths

This commit is contained in:
MaksimZhukov
2020-11-23 13:29:46 +03:00
parent ac42875cb8
commit 89a619f4b9
6 changed files with 18 additions and 8 deletions

View File

@ -1,4 +1,4 @@
using module "./builders/nix-python-builder.psm1"
using module "./nix-python-builder.psm1"
class UbuntuPythonBuilder : NixPythonBuilder {
<#