fixing environment

This commit is contained in:
2025-05-26 21:08:11 +01:00
parent 6446681719
commit 403ad72ddb
6 changed files with 30 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
description = "Nix flake for P2PRC Haskell library";
inputs = {
flake-utils.url = "github:numtide/flake-utils";
p2prc-main.url = "path:../../";
p2prc-main.url = "../../";
};
outputs = { nixpkgs, flake-utils, p2prc-main, ... }: