File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 67
67
"quakejs"
68
68
"igb"
69
69
"podman-bootc"
70
+ "starship-sf64"
70
71
"Starship"
71
72
"dreamm"
72
73
] ;
Original file line number Diff line number Diff line change 3
3
inherit ( pkgs ) callPackage ;
4
4
linuxPackages = pkgs . linuxPackages_6_1 ;
5
5
in
6
- {
6
+ rec {
7
7
go-simple-upload-server = callPackage ./go-simple-upload-server { } ;
8
8
wolweb = callPackage ./wolweb { } ;
9
9
jellyplex-watched = callPackage ./jellyplex-watched { } ;
18
18
podman-bootc = callPackage ./podman-bootc { } ;
19
19
tv-sony = callPackage ./tv-sony { } ;
20
20
simple-proxy = callPackage ./simple-proxy { } ;
21
- Starship = callPackage ./Starship { stdenv = pkgs . clangStdenv ; } ;
21
+ starship-sf64 = callPackage ./starship { stdenv = pkgs . clangStdenv ; } ;
22
+ Starship = starship-sf64 ;
22
23
dreamm = callPackage ./dreamm { } ;
23
24
24
25
}
Original file line number Diff line number Diff line change 86
86
} ;
87
87
in
88
88
stdenv . mkDerivation rec {
89
- pname = "Starship " ;
89
+ pname = "starship-sf64 " ;
90
90
version = "1.0.0" ;
91
91
92
92
src = fetchFromGitHub {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments