Skip to content
Snippets Groups Projects
Commit 3db460b7 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Some basic NixOS development environment helpers.

parent 86eeffd9
No related branches found
No related tags found
No related merge requests found
{ pkgs ? import <nixpkgs> { } }:
pkgs.callPackage ./privatestorageio.nix { }
{ stdenv, python3Packages }:
stdenv.mkDerivation rec {
version = "0.0";
name = "privatestorageio-${version}";
src = ./.;
depsBuildBuild = [
python3Packages.sphinx
];
}
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