aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-06-01 15:35:40 +0200
committerSilas Schöffel <sils@sils.li>2024-06-01 15:36:23 +0200
commit0486b370fabab447d9e8067a5eb98f3a2c9b4a7c (patch)
tree83469aa0f967c8374f6b28901e21db3f467e7582
parentbuild(flake): update (diff)
downloadnixos-server-0486b370fabab447d9e8067a5eb98f3a2c9b4a7c.zip
chore(flake): override simple-nixos-mailserver.inputs.utils
-rw-r--r--flake.lock39
-rw-r--r--flake.nix3
2 files changed, 6 insertions, 36 deletions
diff --git a/flake.lock b/flake.lock
index 68124e5..72bc6bf 100644
--- a/flake.lock
+++ b/flake.lock
@@ -290,7 +290,7 @@
"ragenix": "ragenix",
"rust-overlay": "rust-overlay",
"simple-nixos-mailserver": "simple-nixos-mailserver",
- "systems": "systems_2"
+ "systems": "systems"
}
},
"rust-overlay": {
@@ -325,7 +325,9 @@
"nixpkgs": [
"nixpkgs"
],
- "utils": "utils"
+ "utils": [
+ "flake-utils"
+ ]
},
"locked": {
"lastModified": 1714720456,
@@ -344,21 +346,6 @@
},
"systems": {
"locked": {
- "lastModified": 1681028828,
- "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
- "owner": "nix-systems",
- "repo": "default",
- "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
- "type": "github"
- },
- "original": {
- "owner": "nix-systems",
- "repo": "default",
- "type": "github"
- }
- },
- "systems_2": {
- "locked": {
"lastModified": 1680978846,
"narHash": "sha256-Gtqg8b/v49BFDpDetjclCYXm8mAnTrUzR0JnE2nv5aw=",
"owner": "nix-systems",
@@ -371,24 +358,6 @@
"repo": "x86_64-linux",
"type": "github"
}
- },
- "utils": {
- "inputs": {
- "systems": "systems"
- },
- "locked": {
- "lastModified": 1709126324,
- "narHash": "sha256-q6EQdSeUZOG26WelxqkmR7kArjgWCdw5sfJVHPH/7j8=",
- "owner": "numtide",
- "repo": "flake-utils",
- "rev": "d465f4819400de7c8d874d50b982301f28a84605",
- "type": "github"
- },
- "original": {
- "owner": "numtide",
- "repo": "flake-utils",
- "type": "github"
- }
}
},
"root": "root",
diff --git a/flake.nix b/flake.nix
index cf2efc1..23f56a7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -54,8 +54,9 @@
simple-nixos-mailserver = {
url = "gitlab:simple-nixos-mailserver/nixos-mailserver/master";
inputs = {
- nixpkgs.follows = "nixpkgs";
flake-compat.follows = "flake-compat";
+ nixpkgs.follows = "nixpkgs";
+ utils.follows = "flake-utils";
};
};
invidious-router-flake = {