diff options
Diffstat (limited to 'ginaz')
-rw-r--r-- | ginaz/flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ginaz/flake.nix b/ginaz/flake.nix index 6709960..03a0b27 100644 --- a/ginaz/flake.nix +++ b/ginaz/flake.nix @@ -2,7 +2,7 @@ description = "nipsy's NixOS configuration"; inputs = { - nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; }; outputs = { self, nixpkgs }: { |