mirror of
https://github.com/mx42/nix_spacetimedb.git
synced 2026-01-14 05:39:52 +01:00
Fixed default.nix import errors
This commit is contained in:
13
default.nix
13
default.nix
@@ -1,10 +1,13 @@
|
|||||||
{
|
{
|
||||||
stdenv,
|
pkgs ? import <nixpkgs> {},
|
||||||
lib,
|
|
||||||
fetchurl,
|
|
||||||
autoPatchelfHook,
|
|
||||||
libgcc,
|
|
||||||
}:
|
}:
|
||||||
|
let
|
||||||
|
stdenv = pkgs.stdenv;
|
||||||
|
lib = pkgs.lib;
|
||||||
|
fetchurl = pkgs.fetchurl;
|
||||||
|
autoPatchelfHook = pkgs.autoPatchelfHook;
|
||||||
|
libgcc = pkgs.libgcc;
|
||||||
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "spacetimedb";
|
pname = "spacetimedb";
|
||||||
version = "1.0.1";
|
version = "1.0.1";
|
||||||
|
|||||||
Reference in New Issue
Block a user