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
1 merge request!26Update PaymentServer and improve secret handling
{ stdenv, graphviz, python3Packages }: { stdenv, lib, graphviz, python3Packages }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "0.0"; version = "0.0";
name = "privatestorageio-${version}"; name = "privatestorageio-${version}";
src = ./.; src = lib.cleanSource ./.;
depsBuildBuild = [ depsBuildBuild = [
graphviz graphviz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment