about summary refs log tree commit diff
path: root/nix/templates
diff options
context:
space:
mode:
authorEmile <git@emile.space>2025-02-28 22:34:10 +0100
committerEmile <git@emile.space>2025-02-28 22:34:10 +0100
commit32f2f60c510689e8fd3e2a89eb2d0d88e2263bed (patch)
treef41b7bd95fc2100c036325dbfaa64a31b353aa4c /nix/templates
parent3bab9bb8db06c8c599454d2f353bd29bb480591e (diff)
fixed import
Diffstat (limited to 'nix/templates')
-rw-r--r--nix/templates/ctf/flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/templates/ctf/flake.nix b/nix/templates/ctf/flake.nix
index e8b75b9..da21034 100644
--- a/nix/templates/ctf/flake.nix
+++ b/nix/templates/ctf/flake.nix
@@ -3,7 +3,7 @@
   nixConfig.bash-prompt = "\[ctf\]; ";
 
   inputs = {
-    nixpkgs.url = "github:NixOS/nixpkgs";
+    nixpkgs.url = "git+https://github.com/NixOS/nixpkgs";
   };
 
   # Flake outputs