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,
|
||||
lib,
|
||||
fetchurl,
|
||||
autoPatchelfHook,
|
||||
libgcc,
|
||||
pkgs ? import <nixpkgs> {},
|
||||
}:
|
||||
let
|
||||
stdenv = pkgs.stdenv;
|
||||
lib = pkgs.lib;
|
||||
fetchurl = pkgs.fetchurl;
|
||||
autoPatchelfHook = pkgs.autoPatchelfHook;
|
||||
libgcc = pkgs.libgcc;
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
pname = "spacetimedb";
|
||||
version = "1.0.1";
|
||||
|
||||
Reference in New Issue
Block a user