tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
btops: init at 0.1.0
Mitsuhiro Nakamura
7 years ago
0910be83
16677a6e
+147
3 changed files
expand all
collapse all
unified
split
pkgs
applications
window-managers
btops
default.nix
deps.nix
top-level
all-packages.nix
+25
pkgs/applications/window-managers/btops/default.nix
···
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
···
1
+
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
2
+
{ stdenv, buildGoPackage, fetchgit }:
3
+
4
+
buildGoPackage rec {
5
+
name = "btops-${version}";
6
+
version = "0.1.0";
7
+
8
+
goPackagePath = "github.com/cmschuetz/btops";
9
+
10
+
src = fetchgit {
11
+
url = "https://github.com/cmschuetz/btops.git";
12
+
rev = version;
13
+
sha256 = "1ilidvpy7gz49zqp6rf0q7wjrc3r0brdrcp4r5f6i6p9cwybqkbq";
14
+
};
15
+
16
+
goDeps = ./deps.nix;
17
+
18
+
meta = with stdenv.lib; {
19
+
description = "bspwm desktop management that supports dymanic appending, removing, and renaming";
20
+
homepage = https://github.com/cmschuetz/btops;
21
+
maintainers = with maintainers; [ mnacamura ];
22
+
license = licenses.mit;
23
+
platforms = platforms.linux;
24
+
};
25
+
}
+120
pkgs/applications/window-managers/btops/deps.nix
···
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
···
1
+
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
2
+
[
3
+
{
4
+
goPackagePath = "github.com/fsnotify/fsnotify";
5
+
fetch = {
6
+
type = "git";
7
+
url = "https://github.com/fsnotify/fsnotify";
8
+
rev = "c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9";
9
+
sha256 = "07va9crci0ijlivbb7q57d2rz9h27zgn2fsm60spjsqpdbvyrx4g";
10
+
};
11
+
}
12
+
{
13
+
goPackagePath = "github.com/hashicorp/hcl";
14
+
fetch = {
15
+
type = "git";
16
+
url = "https://github.com/hashicorp/hcl";
17
+
rev = "ef8a98b0bbce4a65b5aa4c368430a80ddc533168";
18
+
sha256 = "1qalfsc31fra7hcw2lc3s20aj7al62fq3j5fn5kga3mg99b82nyr";
19
+
};
20
+
}
21
+
{
22
+
goPackagePath = "github.com/magiconair/properties";
23
+
fetch = {
24
+
type = "git";
25
+
url = "https://github.com/magiconair/properties";
26
+
rev = "c2353362d570a7bfa228149c62842019201cfb71";
27
+
sha256 = "1a10362wv8a8qwb818wygn2z48lgzch940hvpv81hv8gc747ajxn";
28
+
};
29
+
}
30
+
{
31
+
goPackagePath = "github.com/mitchellh/mapstructure";
32
+
fetch = {
33
+
type = "git";
34
+
url = "https://github.com/mitchellh/mapstructure";
35
+
rev = "bb74f1db0675b241733089d5a1faa5dd8b0ef57b";
36
+
sha256 = "1aqk9qr46bwgdc5j7n7als61xvssvyjf4qzfsvhacl4izpygqnw7";
37
+
};
38
+
}
39
+
{
40
+
goPackagePath = "github.com/pelletier/go-toml";
41
+
fetch = {
42
+
type = "git";
43
+
url = "https://github.com/pelletier/go-toml";
44
+
rev = "66540cf1fcd2c3aee6f6787dfa32a6ae9a870f12";
45
+
sha256 = "1n8na0yg90gm0rpifmzrby5r385vvd62cdam3ls7ssy02bjvfw15";
46
+
};
47
+
}
48
+
{
49
+
goPackagePath = "github.com/spf13/afero";
50
+
fetch = {
51
+
type = "git";
52
+
url = "https://github.com/spf13/afero";
53
+
rev = "63644898a8da0bc22138abf860edaf5277b6102e";
54
+
sha256 = "13piahaq4vw1y1sklq5scrsflqx0a8hzmdqfz1fy4871kf2gl8qw";
55
+
};
56
+
}
57
+
{
58
+
goPackagePath = "github.com/spf13/cast";
59
+
fetch = {
60
+
type = "git";
61
+
url = "https://github.com/spf13/cast";
62
+
rev = "8965335b8c7107321228e3e3702cab9832751bac";
63
+
sha256 = "177bk7lq40jbgv9p9r80aydpaccfk8ja3a7jjhfwiwk9r1pa4rr2";
64
+
};
65
+
}
66
+
{
67
+
goPackagePath = "github.com/spf13/jwalterweatherman";
68
+
fetch = {
69
+
type = "git";
70
+
url = "https://github.com/spf13/jwalterweatherman";
71
+
rev = "7c0cea34c8ece3fbeb2b27ab9b59511d360fb394";
72
+
sha256 = "132p84i20b9s5r6fs597lsa6648vd415ch7c0d018vm8smzqpd0h";
73
+
};
74
+
}
75
+
{
76
+
goPackagePath = "github.com/spf13/pflag";
77
+
fetch = {
78
+
type = "git";
79
+
url = "https://github.com/spf13/pflag";
80
+
rev = "583c0c0531f06d5278b7d917446061adc344b5cd";
81
+
sha256 = "0nr4mdpfhhk94hq4ymn5b2sxc47b29p1akxd8b0hx4dvdybmipb5";
82
+
};
83
+
}
84
+
{
85
+
goPackagePath = "github.com/spf13/viper";
86
+
fetch = {
87
+
type = "git";
88
+
url = "https://github.com/spf13/viper";
89
+
rev = "15738813a09db5c8e5b60a19d67d3f9bd38da3a4";
90
+
sha256 = "1mjfzg8zvnxckaq6l8gw99i2msrfqn9yr04dc3b7kd5bpxi6zr4v";
91
+
};
92
+
}
93
+
{
94
+
goPackagePath = "golang.org/x/sys";
95
+
fetch = {
96
+
type = "git";
97
+
url = "https://go.googlesource.com/sys";
98
+
rev = "7c87d13f8e835d2fb3a70a2912c811ed0c1d241b";
99
+
sha256 = "03fhkng37rczqwfgah5hd7d373jps3hcfx79dmky2fh62yvpcyn3";
100
+
};
101
+
}
102
+
{
103
+
goPackagePath = "golang.org/x/text";
104
+
fetch = {
105
+
type = "git";
106
+
url = "https://go.googlesource.com/text";
107
+
rev = "5c1cf69b5978e5a34c5f9ba09a83e56acc4b7877";
108
+
sha256 = "03br8p1sb1ffr02l8hyrgcyib7ms0z06wy3v4r1dj2l6q4ghwzfs";
109
+
};
110
+
}
111
+
{
112
+
goPackagePath = "gopkg.in/yaml.v2";
113
+
fetch = {
114
+
type = "git";
115
+
url = "https://gopkg.in/yaml.v2";
116
+
rev = "5420a8b6744d3b0345ab293f6fcba19c978f1183";
117
+
sha256 = "0dwjrs2lp2gdlscs7bsrmyc5yf6mm4fvgw71bzr9mv2qrd2q73s1";
118
+
};
119
+
}
120
+
]
+2
pkgs/top-level/all-packages.nix
···
15063
15064
bspwm-unstable = callPackage ../applications/window-managers/bspwm/unstable.nix { };
15065
0
0
15066
bvi = callPackage ../applications/editors/bvi { };
15067
15068
bviplus = callPackage ../applications/editors/bviplus { };
···
15063
15064
bspwm-unstable = callPackage ../applications/window-managers/bspwm/unstable.nix { };
15065
15066
+
btops = callPackage ../applications/window-managers/btops { };
15067
+
15068
bvi = callPackage ../applications/editors/bvi { };
15069
15070
bviplus = callPackage ../applications/editors/bviplus { };