aboutsummaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
authorPatrick Jackson <patrick@jackson.dev>2023-07-28 00:49:42 -0700
committerGitHub <noreply@github.com>2023-07-28 08:49:42 +0100
commit4d1e6bc8fc378fa0ff428c610703cf56f9cbfd4e (patch)
treecb73faf51de86c1b0f97bd162a2ef70be57d2bca /flake.lock
parentsome simple server tests (#1096) (diff)
downloadatuin-4d1e6bc8fc378fa0ff428c610703cf56f9cbfd4e.zip
Disable server tests in the nix build (#1123)
* Update deps used for the nix build * Disable server tests in nix build
Diffstat (limited to '')
-rw-r--r--flake.lock30
1 files changed, 24 insertions, 6 deletions
diff --git a/flake.lock b/flake.lock
index e606c2fe..b8a5a663 100644
--- a/flake.lock
+++ b/flake.lock
@@ -17,12 +17,15 @@
}
},
"flake-utils": {
+ "inputs": {
+ "systems": "systems"
+ },
"locked": {
- "lastModified": 1676283394,
- "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
+ "lastModified": 1689068808,
+ "narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=",
"owner": "numtide",
"repo": "flake-utils",
- "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
+ "rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4",
"type": "github"
},
"original": {
@@ -33,11 +36,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1677560409,
- "narHash": "sha256-PIvUIsVNozPXe1FmNe9c6B8Febl3t9+51uBKMJ1Q8o0=",
+ "lastModified": 1690441914,
+ "narHash": "sha256-Ac+kJQ5z9MDAMyzSc0i0zJDx2i3qi9NjlW5Lz285G/I=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "9e56d6ec92c8fb4192f1392aa5c4101ad77f2070",
+ "rev": "db8672b8d0a2593c2405aed0c1dfa64b2a2f428f",
"type": "github"
},
"original": {
@@ -53,6 +56,21 @@
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}
+ },
+ "systems": {
+ "locked": {
+ "lastModified": 1681028828,
+ "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
+ "owner": "nix-systems",
+ "repo": "default",
+ "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-systems",
+ "repo": "default",
+ "type": "github"
+ }
}
},
"root": "root",