diff options
author | Klaus T. Aehlig <aehlig@linta.de> | 2024-06-25 17:35:19 +0200 |
---|---|---|
committer | Klaus T. Aehlig <aehlig@linta.de> | 2024-06-25 17:52:47 +0200 |
commit | 628cb0ab06332086a7ea022bcebfb69d95c38068 (patch) | |
tree | 41a06a68e7a1e89f084e899e0a01b7d846958c7f /update-just-dependencies.sh | |
parent | afcdb1184799526f20954e475af990254d772cd4 (diff) | |
download | hello-nix-628cb0ab06332086a7ea022bcebfb69d95c38068.tar.gz |
Import rules instead of hard-coding
Diffstat (limited to 'update-just-dependencies.sh')
-rwxr-xr-x | update-just-dependencies.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update-just-dependencies.sh b/update-just-dependencies.sh new file mode 100755 index 0000000..e9469d3 --- /dev/null +++ b/update-just-dependencies.sh @@ -0,0 +1 @@ +nix-shell --run "./etc/generate-repos.sh" |