summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authoraristote <quentin.aristote@irif.fr>2026-01-10 12:47:21 +0100
committeraristote <quentin.aristote@irif.fr>2026-01-10 12:56:49 +0100
commitfece5932b688701e10d9a86d41032b95a58c97c6 (patch)
tree46525776d9e247e512ecab736124de81c1dd4513 /flake.nix
parentc586ab70139e0a7b382919b641a1141c7a48d029 (diff)
data: use cv branchoxford
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index ad3bd84..86062df 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,7 +2,7 @@
description = "Quentin Aristote's CV.";
inputs = {
- data.url = "github:qaristote/info";
+ data.url = "github:qaristote/info/cv";
my-nixpkgs.url = "github:qaristote/my-nixpkgs";
nixpkgs = { };
};