From 576d5d4923e67887cf34d175b0482b5e77490da2 Mon Sep 17 00:00:00 2001
From: Mark Nipper <nipsy@bitgnome.net>
Date: Wed, 13 Mar 2024 13:36:37 -0700
Subject: Quote URL string

---
 ginaz/flake.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 }: {
-- 
cgit v1.2.3