diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2023-10-26 23:26:01 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2023-10-27 00:13:43 +0200 |
commit | f07e61246583f2a115357ef082b6620a34e83d21 (patch) | |
tree | a663b4666e60151f7a24da73bb84de1f4545e293 /flakes/private/system | |
parent | ea8a30bb052f8341703baa7a3e2d3e660fc08e7f (diff) | |
download | Nix-f07e61246583f2a115357ef082b6620a34e83d21.tar.gz Nix-f07e61246583f2a115357ef082b6620a34e83d21.tar.zst Nix-f07e61246583f2a115357ef082b6620a34e83d21.zip |
Adjustments for monitoring and packages
Refresh flakes
Diffstat (limited to 'flakes/private/system')
-rw-r--r-- | flakes/private/system/flake.lock | 2 | ||||
-rw-r--r-- | flakes/private/system/flake.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/flakes/private/system/flake.lock b/flakes/private/system/flake.lock index 80584ef..04ae5fa 100644 --- a/flakes/private/system/flake.lock +++ b/flakes/private/system/flake.lock | |||
@@ -69,7 +69,7 @@ | |||
69 | }, | 69 | }, |
70 | "locked": { | 70 | "locked": { |
71 | "lastModified": 1, | 71 | "lastModified": 1, |
72 | "narHash": "sha256-C0plEL+g6kv5fo/VmTjMJK45RfFcGufqPKJVnviMyGY=", | 72 | "narHash": "sha256-CjP3h4umx1M2svQHDjV9g4R4+Hco50/KTTGDNC/t4ac=", |
73 | "path": "../../mypackages", | 73 | "path": "../../mypackages", |
74 | "type": "path" | 74 | "type": "path" |
75 | }, | 75 | }, |
diff --git a/flakes/private/system/flake.nix b/flakes/private/system/flake.nix index 4a83e36..c35955f 100644 --- a/flakes/private/system/flake.nix +++ b/flakes/private/system/flake.nix | |||
@@ -81,6 +81,7 @@ | |||
81 | pkgs.rsync | 81 | pkgs.rsync |
82 | pkgs.strace | 82 | pkgs.strace |
83 | pkgs.sqlite | 83 | pkgs.sqlite |
84 | pkgs.unzip | ||
84 | 85 | ||
85 | pkgs.jq | 86 | pkgs.jq |
86 | pkgs.yq | 87 | pkgs.yq |