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

Start a nix derivation

parent e9e8d1fa
No related branches found
No related tags found
No related merge requests found
{ pkgs ? import <nixpkgs> { } }:
pkgs.stdenv.mkDerivation rec {
version = "0.0";
name = "secure-access-token-authorizer-${version}";
depsBuildBuild = [ pkgs.python37Packages.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