aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }: