aboutsummaryrefslogtreecommitdiffstats
path: root/flake
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-24 14:17:04 +0200
committerSoispha <soispha@vhack.eu>2023-10-24 14:17:04 +0200
commit48e81008448267782081fce0faba0109bc401a55 (patch)
tree5f6e215cae511493e896b1b6814ee2a34af99247 /flake
parentfix(hm/conf/firefox/extensions/nmh): Fully rename to video pause (diff)
downloadnixos-config-48e81008448267782081fce0faba0109bc401a55.zip
build(treewide): Update
Diffstat (limited to '')
-rw-r--r--flake.lock41
-rw-r--r--flake.nix1
2 files changed, 15 insertions, 27 deletions
diff --git a/flake.lock b/flake.lock
index 72a5df08..5837d992 100644
--- a/flake.lock
+++ b/flake.lock
@@ -545,11 +545,11 @@
]
},
"locked": {
- "lastModified": 1697979346,
- "narHash": "sha256-CM0nvmCiJFsjetkPYWxiqbFnJ2CIYTwwL7tBYY5XTGI=",
+ "lastModified": 1698148878,
+ "narHash": "sha256-rOKL7kwW8w8AkIaI11sVuir49ATLrwYg8coHe5Ivuxo=",
"ref": "refs/heads/prime",
- "rev": "faf3d03583cfe523565f11d755e096c15389ac7a",
- "revCount": 1122,
+ "rev": "329d3e51acc5ec9fe5fc671bd8a2107e0a3ef2d8",
+ "revCount": 1124,
"type": "git",
"url": "https://codeberg.org/soispha/nixos-config.git"
},
@@ -811,11 +811,11 @@
]
},
"locked": {
- "lastModified": 1697895523,
- "narHash": "sha256-RYv4JbchRkzWv1KRuWhHe1pNw+0H40NQAI5aqYwelMM=",
+ "lastModified": 1698145371,
+ "narHash": "sha256-rjER4z5Lry8uOMiWhqjQu8qd3a34rWqqKpua1pT8M4w=",
"owner": "nix-community",
"repo": "poetry2nix",
- "rev": "8ffbc64abe7f432882cb5d96941c39103622ae5e",
+ "rev": "bc493c8e1e699372693bae44d007fe0512610bf8",
"type": "github"
},
"original": {
@@ -1091,21 +1091,6 @@
"type": "github"
}
},
- "systems_2": {
- "locked": {
- "lastModified": 1680978846,
- "narHash": "sha256-Gtqg8b/v49BFDpDetjclCYXm8mAnTrUzR0JnE2nv5aw=",
- "owner": "nix-systems",
- "repo": "x86_64-linux",
- "rev": "2ecfcac5e15790ba6ce360ceccddb15ad16d08a8",
- "type": "github"
- },
- "original": {
- "owner": "nix-systems",
- "repo": "x86_64-linux",
- "type": "github"
- }
- },
"templates": {
"inputs": {
"flake-utils": [
@@ -1178,14 +1163,16 @@
"rust-overlay": [
"rust-overlay"
],
- "systems": "systems_2"
+ "systems": [
+ "systems"
+ ]
},
"locked": {
- "lastModified": 1698147635,
- "narHash": "sha256-Tfv9qxnOCDvO561yRsyML/Ee7LvuhF6aw2sJOsbyo6c=",
+ "lastModified": 1698149746,
+ "narHash": "sha256-MwaIA+pETSA0os6doaGmWJ5mmpcq8PYfznxpN3hNwFE=",
"ref": "refs/heads/prime",
- "rev": "966a410d05c906d9d839b0e29d5c5d6d81d187fd",
- "revCount": 3,
+ "rev": "2510777759e53bbe2fbfc11462376b97dcc55ba4",
+ "revCount": 6,
"type": "git",
"url": "https://codeberg.org/soispha/video-pause.git"
},
diff --git a/flake.nix b/flake.nix
index c1cd9175..17699132 100644
--- a/flake.nix
+++ b/flake.nix
@@ -246,6 +246,7 @@
video_pause = {
url = "git+https://codeberg.org/soispha/video-pause.git";
inputs = {
+ systems.follows = "systems";
nixpkgs.follows = "nixpkgs";
crane.follows = "crane";
flake-utils.follows = "flake-utils";