tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gcsfuse: make linux-only
Matthew Bauer
8 years ago
038550b5
2a2e9b8f
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
filesystems
gcsfuse
default.nix
+1
-1
pkgs/tools/filesystems/gcsfuse/default.nix
···
14
14
sha256 = "1lj9czippsgkhr8y3r7vwxgc8i952v76v1shdv10p43gsxwyyi9a";
15
15
};
16
16
17
17
-
# TODO: add metadata https://nixos.org/nixpkgs/manual/#sec-standard-meta-attributes
18
17
meta = {
19
18
license = lib.licenses.asl20;
19
19
+
platforms = lib.platforms.linux;
20
20
maintainers = [];
21
21
homepage = https://cloud.google.com/storage/docs/gcs-fuse;
22
22
description =