aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreuxane2025-02-08 22:35:48 +0100
committereuxane2025-02-08 22:35:48 +0100
commitcb151b50a4a2ecee39de38a380e558754e568124 (patch)
treebf8ae301844987dd827c84303a899462a51d74ac
parentb610eae93294cf7a6eda05d4baa3fc339df14c08 (diff)
downloadtickwatch-cb151b50a4a2ecee39de38a380e558754e568124.tar.gz
flake: update flaky-utils URL
-rw-r--r--flake.lock4
-rw-r--r--flake.nix2
2 files changed, 3 insertions, 3 deletions
diff --git a/flake.lock b/flake.lock
index 50890c6..5e013d3 100644
--- a/flake.lock
+++ b/flake.lock
@@ -26,11 +26,11 @@
26 "rev": "3e337302f9fa93a3496aafd7f57223cbd794de28", 26 "rev": "3e337302f9fa93a3496aafd7f57223cbd794de28",
27 "revCount": 43, 27 "revCount": 43,
28 "type": "git", 28 "type": "git",
29 "url": "https://cgit.euxane.net/flaky-utils" 29 "url": "https://cgit.euxane.eu/flaky-utils"
30 }, 30 },
31 "original": { 31 "original": {
32 "type": "git", 32 "type": "git",
33 "url": "https://cgit.euxane.net/flaky-utils" 33 "url": "https://cgit.euxane.eu/flaky-utils"
34 } 34 }
35 }, 35 },
36 "nixpkgs": { 36 "nixpkgs": {
diff --git a/flake.nix b/flake.nix
index 9a8b1cb..bbd444f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -5,7 +5,7 @@
5 inputs = { 5 inputs = {
6 nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; 6 nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
7 flake-utils.url = "github:numtide/flake-utils"; 7 flake-utils.url = "github:numtide/flake-utils";
8 flaky-utils.url = "git+https://cgit.euxane.net/flaky-utils"; 8 flaky-utils.url = "git+https://cgit.euxane.eu/flaky-utils";
9 }; 9 };
10 10
11 outputs = { self, nixpkgs, flake-utils, flaky-utils }: 11 outputs = { self, nixpkgs, flake-utils, flaky-utils }: