summaryrefslogtreecommitdiff
path: root/templates/full/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'templates/full/flake.nix')
-rw-r--r--templates/full/flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/full/flake.nix b/templates/full/flake.nix
index 9d33ecb..b35fa45 100644
--- a/templates/full/flake.nix
+++ b/templates/full/flake.nix
@@ -2,7 +2,7 @@
description = "";
inputs = {
- nixpkgs.url = "nixpkgs/nixpkgs-unstable";
+ nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
flake-parts = {
url = "github:hercules-ci/flake-parts";