summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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 7287cad..30c5114 100644
--- a/flake.nix
+++ b/flake.nix
@@ -4,7 +4,7 @@
url = "github:qaristote/webpage";
inputs.nixpkgs.follows = "/nixpkgs";
};
- my-nixpkgs.url = "git+file:///home/qaristote/code/nix/my-nixpkgs";
+ my-nixpkgs.url = "github:qaristote/my-nixpkgs";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11-small";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable-small";
};