Don't import nixpkgs

This commit is contained in:
xenia 2023-08-13 14:02:04 +02:00
parent b126316767
commit a763719bc4

View File

@ -1,4 +1,4 @@
with (import <nixpkgs> {});
{ rustPlatform, ... }:
rustPlatform.buildRustPackage {
pname = "unispect" ;
version = "0.1" ;