From dad56b04f517159d917204000d9e33450c193ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= <christina@cafkafk.com> Date: Sun, 15 Sep 2024 18:36:03 +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 <christina@cafkafk.com> --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index ebba58a..ac87bb1 100644 --- a/flake.nix +++ b/flake.nix @@ -2,9 +2,9 @@ # See xmonad-contrib/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; - unstable.url = github:NixOS/nixpkgs/nixos-unstable; + flake-utils.url = "github:numtide/flake-utils"; + git-ignore-nix.url = "github:hercules-ci/gitignore.nix/master"; + unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; }; outputs = { self, flake-utils, nixpkgs, unstable, git-ignore-nix }: let