mirror of
https://github.com/mx42/nix_spacetimedb.git
synced 2026-01-14 05:39:52 +01:00
Initial commit
This commit is contained in:
7
default.nix
Executable file
7
default.nix
Executable file
@@ -0,0 +1,7 @@
|
||||
let
|
||||
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.05";
|
||||
pkgs = import nixpkgs { config = {}; overlays = []; };
|
||||
in
|
||||
{
|
||||
spacetimedb = pkgs.callPackage ./spacetimedb.nix {};
|
||||
}
|
||||
Reference in New Issue
Block a user