summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2021-11-15 09:07:18 +0059
committerGregor Kleen <gkleen@yggdrasil.li>2021-11-15 09:07:18 +0059
commit5d196ada5de2bbaa3a0a21c0ff594247faa3aa53 (patch)
treebc8b18b685c8c35787a88ab3d49dcba4ae82349d
parent9663c40408fde29d5ca7ea9a71373bef4b16ae8c (diff)
downloadnixos-5d196ada5de2bbaa3a0a21c0ff594247faa3aa53.tar
nixos-5d196ada5de2bbaa3a0a21c0ff594247faa3aa53.tar.gz
nixos-5d196ada5de2bbaa3a0a21c0ff594247faa3aa53.tar.bz2
nixos-5d196ada5de2bbaa3a0a21c0ff594247faa3aa53.tar.xz
nixos-5d196ada5de2bbaa3a0a21c0ff594247faa3aa53.zip
gup update flake.lock
-rw-r--r--.gitignore3
-rwxr-xr-xflake.lock.gup6
-rw-r--r--shell.nix1
3 files changed, 9 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 2c9847e1..9b72ed73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
3gup --always
4nix flake update \
5 && nix -L flake check \
6 || git restore flake.lock
diff --git a/shell.nix b/shell.nix
index af0a0e9e..ca0733a6 100644
--- a/shell.nix
+++ b/shell.nix
@@ -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}