aboutsummaryrefslogtreecommitdiffstats
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 d78046f..97672e4 100644
--- a/flake.lock
+++ b/flake.lock
@@ -854,11 +854,11 @@
"rev": "9feea5aa0fc207c17651c9e530fe78e82e15b74c",
"revCount": 2,
"type": "git",
- "url": "https://codeberg.org/sils/systems"
+ "url": "https://codeberg.org/jaki161/systems"
},
"original": {
"type": "git",
- "url": "https://codeberg.org/sils/systems"
+ "url": "https://codeberg.org/jaki161/systems"
}
},
"tinted-kitty": {
diff --git a/flake.nix b/flake.nix
index 89bf42b..3aeb486 100644
--- a/flake.nix
+++ b/flake.nix
@@ -89,7 +89,7 @@
};
systems = {
- url = "git+https://codeberg.org/sils/systems"; # specify systems to evaluate
+ url = "git+https://codeberg.org/jaki161/systems"; # specify systems to evaluate
};
sops-nix = {
url = "github:Mic92/sops-nix";