This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nix
Watch
2
Star
0
Fork
0
You've already forked nix
mirror of
https://github.com/NixOS/nix.git
synced
2024-11-22 06:42:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4cafea7c7b
nix
/
tests
/
functional
/
nix-copy-ssh.sh
6 lines
75 B
Bash
Raw
Normal View
History
Unescape
Escape
Ensure all functional scripts are (a) executable (b) have shebang This is good for shebang, and also good for future build system simplifications
2024-05-28 16:43:04 +00:00
#!/usr/bin/env bash
Add a test for LegacySSHStore that doesn't require a VM
2018-08-03 18:41:56 +00:00
source
common.sh
Test `nix copy --substitute-on-destination` It works with both `ssh://` and `ssh-ng://` now since #9600 (and `ssh-ng:// didn't work before that). Also, by making the two tests share code, we nudge ourselves towards making sure there is feature parity.
2023-12-13 16:26:14 +00:00
source
nix-copy-ssh-common.sh
"ssh"
Reference in New Issue
Copy Permalink