summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2023-08-28 12:03:49 +0200
committerquentin@aristote.fr <quentin@aristote.fr>2023-08-28 12:03:49 +0200
commit2aa5cffaf3b1461df12500f112ba1484ee4e8a2f (patch)
tree0d00982b2f07654cdfbaa5ea93bdc2925f86a2cc /templates
parentcb68af5842bead368f0671f81dc90b5e46b6d40b (diff)
templates: devenv: fix my-nixpkgs input
Diffstat (limited to 'templates')
-rw-r--r--templates/devenv/flake-parts/flake.nix2
-rw-r--r--templates/devenv/simple/flake.nix2
2 files changed, 2 insertions, 2 deletions
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 = {
diff --git a/templates/devenv/simple/flake.nix b/templates/devenv/simple/flake.nix
index 010761d..6466cfa 100644
--- a/templates/devenv/simple/flake.nix
+++ b/templates/devenv/simple/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 = {