diff options
-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 | } |