diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-03-26 15:50:51 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-03-26 15:50:51 +0100 |
commit | 2cf55a9d3feedec5e59e0ff955cf21990af21ed4 (patch) | |
tree | 7feb5699cc3e7012cc238c84ec0cbc750a484d94 /_sources.gup | |
parent | 540f5ade74da9e1abe8b7c326c549aed7d2de0b0 (diff) | |
download | nixos-2cf55a9d3feedec5e59e0ff955cf21990af21ed4.tar nixos-2cf55a9d3feedec5e59e0ff955cf21990af21ed4.tar.gz nixos-2cf55a9d3feedec5e59e0ff955cf21990af21ed4.tar.bz2 nixos-2cf55a9d3feedec5e59e0ff955cf21990af21ed4.tar.xz nixos-2cf55a9d3feedec5e59e0ff955cf21990af21ed4.zip |
bump
Diffstat (limited to '_sources.gup')
-rw-r--r-- | _sources.gup | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_sources.gup b/_sources.gup index ad9f7161..c483e204 100644 --- a/_sources.gup +++ b/_sources.gup | |||
@@ -1,5 +1,6 @@ | |||
1 | #!/usr/bin/env zsh | 1 | #!/usr/bin/env zsh |
2 | 2 | ||
3 | gup --always | ||
3 | gup -u nvfetcher.toml | 4 | gup -u nvfetcher.toml |
4 | [[ -d $2 ]] && cp -a $2 $1 | 5 | [[ -d $2 ]] && cp -a $2 $1 |
5 | nvfetcher -o $1 \ No newline at end of file | 6 | nvfetcher -o $1 |