diff options
Diffstat (limited to 'nix/templates')
-rw-r--r-- | nix/templates/ctf/flake.nix | 2 |
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 |