Correct tar name

This commit is contained in:
Greg Hellings
2023-06-28 23:15:17 -05:00
parent ddfe499442
commit aafdef11fe
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -74,10 +74,10 @@
buildInputs = with pkgs; [ buildInputs = with pkgs; [
bashInteractive bashInteractive
curl curl
gnutar
gzip gzip
inject inject
sudo sudo
tar
xonsh xonsh
]; ];
})); }));
+2
View File
@@ -4,3 +4,5 @@ builds:
- '*.aarch64-linux.*' - '*.aarch64-linux.*'
- nixosConfigurations.* - nixosConfigurations.*
- darwinConfigurations.* - darwinConfigurations.*
- devShell.x86_64-linux
- devShell.aarch64-linux