fix: deprecated url literals
Some checks failed
/ Build Nix targets (push) Has been cancelled

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2024-09-15 18:40:47 +02:00
parent 415a3053e1
commit 39ae2ff6d2
Signed by: cafkafk
GPG key ID: 26C542FD97F965CE

View file

@ -1,8 +1,8 @@
{ {
inputs = { 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"; treefmt-nix.url = "github:numtide/treefmt-nix";
}; };