forked from rarias/nixos-riscv
Add rsync to shell dependencies
This commit is contained in:
parent
46077e67f5
commit
c09bdbef96
@ -130,6 +130,7 @@
|
|||||||
GCROOT = mkRoots syspkgs [
|
GCROOT = mkRoots syspkgs [
|
||||||
syspkgs.stdenv KERNEL OPENSBI syspkgs.riscv-tools
|
syspkgs.stdenv KERNEL OPENSBI syspkgs.riscv-tools
|
||||||
];
|
];
|
||||||
|
nativeBuildInputs = with syspkgs; [ rsync ];
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
echo "Here are the current system pieces:"
|
echo "Here are the current system pieces:"
|
||||||
echo " COMMIT = $COMMIT"
|
echo " COMMIT = $COMMIT"
|
||||||
|
Loading…
Reference in New Issue
Block a user