diff options
author | Emile <git@emile.space> | 2025-02-28 22:34:10 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2025-02-28 22:34:10 +0100 |
commit | 32f2f60c510689e8fd3e2a89eb2d0d88e2263bed (patch) | |
tree | f41b7bd95fc2100c036325dbfaa64a31b353aa4c /nix/templates/ctf/flake.nix | |
parent | 3bab9bb8db06c8c599454d2f353bd29bb480591e (diff) |
fixed import
Diffstat (limited to 'nix/templates/ctf/flake.nix')
-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 |