Add default.nix
This commit is contained in:
parent
93f2c6d674
commit
79f60c137c
1 changed files with 10 additions and 0 deletions
10
default.nix
Normal file
10
default.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{ }:
|
||||||
|
|
||||||
|
let pkgs = import <nixpkgs> { };
|
||||||
|
|
||||||
|
in pkgs.stdenv.mkDerivation {
|
||||||
|
name = "fediglam";
|
||||||
|
src = ./.;
|
||||||
|
|
||||||
|
buildInputs = with pkgs; [ zig postgresql sqlite ];
|
||||||
|
}
|
Loading…
Reference in a new issue