From 2aa5cffaf3b1461df12500f112ba1484ee4e8a2f Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Mon, 28 Aug 2023 12:03:49 +0200 Subject: templates: devenv: fix my-nixpkgs input --- templates/devenv/flake-parts/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/devenv/flake-parts') diff --git a/templates/devenv/flake-parts/flake.nix b/templates/devenv/flake-parts/flake.nix index 656e6e1..5c32548 100644 --- a/templates/devenv/flake-parts/flake.nix +++ b/templates/devenv/flake-parts/flake.nix @@ -1,7 +1,7 @@ { inputs = { devenv.url = "github:cachix/devenv"; - my-nixpkgs.url = "github.com:qaristote/my-nixpkgs"; + my-nixpkgs.url = "github:qaristote/my-nixpkgs"; }; nixConfig = { -- cgit v1.2.3