mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
ci: add gtar
This commit is contained in:
parent
2c33283c46
commit
ac7a6e0593
1 changed files with 6 additions and 1 deletions
|
|
@ -16,6 +16,11 @@
|
|||
cachix
|
||||
which
|
||||
coreutils
|
||||
# https://github.com/actions/upload-pages-artifact/blob/56afc609e74202658d3ffba0e8f6dda462b719fa/action.yml#L40
|
||||
(pkgs.runCommandNoCC "gtar" { } ''
|
||||
mkdir -p $out/bin
|
||||
ln -s ${lib.getExe pkgs.gnutar} $out/bin/gtar
|
||||
'')
|
||||
];
|
||||
};
|
||||
repos = {
|
||||
|
|
@ -25,7 +30,7 @@
|
|||
};
|
||||
ema = {
|
||||
url = "https://github.com/srid/ema";
|
||||
num = 2;
|
||||
num = 3;
|
||||
};
|
||||
nixci = {
|
||||
url = "https://github.com/srid/nixci";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue