mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nix-repo.git
synced 2024-11-26 14:01:31 +00:00
semicolon
This commit is contained in:
parent
d7c0b43c0e
commit
cf701f1668
12
default.nix
12
default.nix
|
@ -28,12 +28,12 @@ self: super: rec {
|
|||
inherit pname version;
|
||||
sha256 = "b6e007281cf29a66eeba66a512744853d8aa53b4ca2525befb6f350bb7b24df6";
|
||||
};
|
||||
}
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
python39Packages = python39.pkgs;
|
||||
selfprivacy-api = super.callPackage ./pkgs/selfprivacy-api {
|
||||
pythonPkgs = python39Packages;
|
||||
};
|
||||
}
|
||||
python39Packages = python39.pkgs;
|
||||
selfprivacy-api = super.callPackage ./pkgs/selfprivacy-api {
|
||||
pythonPkgs = python39Packages;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue