diff options
| author | aristote <quentin.aristote@irif.fr> | 2026-05-03 21:02:23 +0200 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2026-05-03 21:02:23 +0200 |
| commit | c818befe5c27a39607874f18dac0421787cea6e8 (patch) | |
| tree | 31ddfa2e9e262c4bb9117f0525db9bdb051432ed /modules/nixos | |
| parent | f4daf52529669bea7e2e11bb675e14553593b8f2 (diff) | |
| download | my-nixpkgs-c818befe5c27a39607874f18dac0421787cea6e8.tar.gz my-nixpkgs-c818befe5c27a39607874f18dac0421787cea6e8.tar.bz2 my-nixpkgs-c818befe5c27a39607874f18dac0421787cea6e8.tar.xz | |
nixos: nix: update my-nixpkgs registry entry
Diffstat (limited to 'modules/nixos')
| -rw-r--r-- | modules/nixos/personal/nix.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/nixos/personal/nix.nix b/modules/nixos/personal/nix.nix index f07b33c..6fae6ef 100644 --- a/modules/nixos/personal/nix.nix +++ b/modules/nixos/personal/nix.nix @@ -49,9 +49,9 @@ in id = "my-nixpkgs"; }; to = { - type = "github"; - owner = "qaristote"; - repo = "my-nixpkgs"; + type = "https"; + server = "git.aristote.fr"; + path = "/nix/my-nixpkgs"; }; }; }; |
