Draft: feat(dev): add a nix flake #4

Open
haterdotdev wants to merge 2 commits from nix-flake into main
Showing only changes of commit a67e4a1f3a - Show all commits

View File

@ -6,6 +6,9 @@ COPY *.csproj ./
RUN dotnet restore
RUN dotnet add package System.Data.SQLite
RUN dotnet add package SQLitePCLRaw.lib.e_sqlite3
COPY . ./
RUN dotnet build --configuration Debug