From 32f2f60c510689e8fd3e2a89eb2d0d88e2263bed Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 28 Feb 2025 22:34:10 +0100 Subject: fixed import --- nix/templates/ctf/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/templates/ctf/flake.nix') 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 -- cgit 1.4.1