spaceapi: change input subdir syntax

This commit is contained in:
Astro 2019-09-12 03:16:55 +02:00
parent 980030ee66
commit 523bf01e7f
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@
with pkgs;
let
spaceapi = import "${<spacemsg>}/spaceapi" {
spaceapi = import <spacemsg/spaceapi> {
inherit pkgs;
};
schalterd = rustPlatform.buildRustPackage {
name = "schalterd";
src = "${<spacemsg>}/schalterd";
src = <spacemsg/schalterd>;
cargoSha256 = "1d0mygy9ajffalhmqllc7dmzxl2q84cll7zrdz9q6xgb6680l77j";
};
jobs = {