diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-11-15 09:07:18 +0059 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-11-15 09:07:18 +0059 |
| commit | 5d196ada5de2bbaa3a0a21c0ff594247faa3aa53 (patch) | |
| tree | bc8b18b685c8c35787a88ab3d49dcba4ae82349d | |
| parent | 9663c40408fde29d5ca7ea9a71373bef4b16ae8c (diff) | |
| download | nixos-5d196ada5de2bbaa3a0a21c0ff594247faa3aa53.tar nixos-5d196ada5de2bbaa3a0a21c0ff594247faa3aa53.tar.gz nixos-5d196ada5de2bbaa3a0a21c0ff594247faa3aa53.tar.bz2 nixos-5d196ada5de2bbaa3a0a21c0ff594247faa3aa53.tar.xz nixos-5d196ada5de2bbaa3a0a21c0ff594247faa3aa53.zip | |
gup update flake.lock
| -rw-r--r-- | .gitignore | 3 | ||||
| -rwxr-xr-x | flake.lock.gup | 6 | ||||
| -rw-r--r-- | shell.nix | 1 |
3 files changed, 9 insertions, 1 deletions
| @@ -1,4 +1,5 @@ | |||
| 1 | **/result | 1 | **/result |
| 2 | **/result-* | 2 | **/result-* |
| 3 | **/#*# | 3 | **/#*# |
| 4 | **/.#* \ No newline at end of file | 4 | **/.#* |
| 5 | **/.gup \ No newline at end of file | ||
diff --git a/flake.lock.gup b/flake.lock.gup new file mode 100755 index 00000000..468aae53 --- /dev/null +++ b/flake.lock.gup | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #!/usr/bin/env zsh | ||
| 2 | |||
| 3 | gup --always | ||
| 4 | nix flake update \ | ||
| 5 | && nix -L flake check \ | ||
| 6 | || git restore flake.lock | ||
| @@ -14,5 +14,6 @@ in pkgs.mkShell { | |||
| 14 | nixWithFlakes | 14 | nixWithFlakes |
| 15 | sops | 15 | sops |
| 16 | wireguard | 16 | wireguard |
| 17 | gup | ||
| 17 | ]; | 18 | ]; |
| 18 | } | 19 | } |
