From 39ae2ff6d2802c73606d5ff4f26e6799bc7b7e9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Sun, 15 Sep 2024 18:40:47 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 23ece46..ecea4c4 100644 --- a/flake.nix +++ b/flake.nix @@ -1,8 +1,8 @@ { inputs = { - nixpkgs.url = github:NixOS/nixpkgs/nixpkgs-unstable; + nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; - utils.url = github:numtide/flake-utils; + utils.url = "github:numtide/flake-utils"; treefmt-nix.url = "github:numtide/treefmt-nix"; };