summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index ad3bd84..862dc03 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,8 +2,8 @@
description = "Quentin Aristote's CV.";
inputs = {
- data.url = "github:qaristote/info";
- my-nixpkgs.url = "github:qaristote/my-nixpkgs";
+ data.url = "git+https://git.aristote.fr/about-me/info";
+ my-nixpkgs.url = "git+https://git.aristote.fr/nix/my-nixpkgs";
nixpkgs = { };
};