From 629f9adc25c6e61b6d0eeee0939ef627e8ce8eb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Sun, 15 Sep 2024 18:28:59 +0200 Subject: [PATCH] fix: deprecated url literals MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 3048040ce7..931b691974 100644 --- a/flake.nix +++ b/flake.nix @@ -2,9 +2,9 @@ # See NIX.md for an overview of module usage. { inputs = { - flake-utils.url = github:numtide/flake-utils; - git-ignore-nix.url = github:hercules-ci/gitignore.nix/master; - xmonad.url = github:xmonad/xmonad; + flake-utils.url = "github:numtide/flake-utils"; + git-ignore-nix.url = "github:hercules-ci/gitignore.nix/master"; + xmonad.url = "github:xmonad/xmonad"; }; outputs = { self, flake-utils, nixpkgs, git-ignore-nix, xmonad }: with xmonad.lib;