From 672dceddfd37234a1869c816499ea1baf769aff2 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 27 Jul 2023 15:25:31 +0200 Subject: [PATCH] Use sting and not litral url --- flake.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 79a1f58..7f5aa21 100644 --- a/flake.nix +++ b/flake.nix @@ -2,19 +2,19 @@ description = "jopejoe1 NixOS configuration"; inputs = { - nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable; - nur.url = github:nix-community/NUR; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nur.url = "github:nix-community/NUR"; home-manager= { - url = github:nix-community/home-manager; + url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; prismlauncher = { - url = github:PrismLauncher/PrismLauncher; + url = "github:PrismLauncher/PrismLauncher"; inputs.nixpkgs.follows = "nixpkgs"; }; - nixos-hardware.url = github:NixOS/nixos-hardware; + nixos-hardware.url = "github:NixOS/nixos-hardware"; tela-icon-theme = { - url = github:vinceliuice/Tela-icon-theme; + url = "github:vinceliuice/Tela-icon-theme"; flake = false; };