Skip to content
Snippets Groups Projects
Unverified Commit 7bf5fd44 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

ignore random extra junk in the source

parent d914300b
No related branches found
No related tags found
No related merge requests found
{ stdenv, graphviz, python3Packages }:
{ stdenv, lib, graphviz, python3Packages }:
stdenv.mkDerivation rec {
version = "0.0";
name = "privatestorageio-${version}";
src = ./.;
src = lib.cleanSource ./.;
depsBuildBuild = [
graphviz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment