Skip to content

Commit cb5841e

Browse files
committedJan 11, 2025··
Starship: rename to starship-sf64
1 parent c77387c commit cb5841e

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed
 

‎flake.nix

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"quakejs"
6868
"igb"
6969
"podman-bootc"
70+
"starship-sf64"
7071
"Starship"
7172
"dreamm"
7273
];

‎pkgs/default.nix

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ let
33
inherit (pkgs) callPackage;
44
linuxPackages = pkgs.linuxPackages_6_1;
55
in
6-
{
6+
rec {
77
go-simple-upload-server = callPackage ./go-simple-upload-server { };
88
wolweb = callPackage ./wolweb { };
99
jellyplex-watched = callPackage ./jellyplex-watched { };
@@ -18,7 +18,8 @@ in
1818
podman-bootc = callPackage ./podman-bootc { };
1919
tv-sony = callPackage ./tv-sony { };
2020
simple-proxy = callPackage ./simple-proxy { };
21-
Starship = callPackage ./Starship { stdenv = pkgs.clangStdenv; };
21+
starship-sf64 = callPackage ./starship { stdenv = pkgs.clangStdenv; };
22+
Starship = starship-sf64;
2223
dreamm = callPackage ./dreamm { };
2324

2425
}

‎pkgs/Starship/default.nix ‎pkgs/starship/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ let
8686
};
8787
in
8888
stdenv.mkDerivation rec {
89-
pname = "Starship";
89+
pname = "starship-sf64";
9090
version = "1.0.0";
9191

9292
src = fetchFromGitHub {
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.