Use sting and not litral url

This commit is contained in:
Johannes Jöns 2023-07-27 15:25:31 +02:00
parent c6b66b07a8
commit 672dceddfd

View file

@ -2,19 +2,19 @@
description = "jopejoe1 NixOS configuration"; description = "jopejoe1 NixOS configuration";
inputs = { inputs = {
nixpkgs.url = github:NixOS/nixpkgs/nixos-unstable; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nur.url = github:nix-community/NUR; nur.url = "github:nix-community/NUR";
home-manager= { home-manager= {
url = github:nix-community/home-manager; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
prismlauncher = { prismlauncher = {
url = github:PrismLauncher/PrismLauncher; url = "github:PrismLauncher/PrismLauncher";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nixos-hardware.url = github:NixOS/nixos-hardware; nixos-hardware.url = "github:NixOS/nixos-hardware";
tela-icon-theme = { tela-icon-theme = {
url = github:vinceliuice/Tela-icon-theme; url = "github:vinceliuice/Tela-icon-theme";
flake = false; flake = false;
}; };