Skip to content

Commit

Permalink
fix naming typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tfc committed Dec 19, 2024
1 parent 85728d9 commit 1ea1989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/package-rpm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let
arch = builtins.head (builtins.split "-" system);
in

runCommand "rosenpass-${version}.deb" { } ''
runCommand "rosenpass-${version}.rpm" { } ''
mkdir -p rpmbuild/SPECS
cat << EOF > rpmbuild/SPECS/rosenpass.spec
Expand Down

0 comments on commit 1ea1989

Please sign in to comment.