mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 19:06:34 +01:00
Use sting and not litral url
This commit is contained in:
parent
c6b66b07a8
commit
672dceddfd
1 changed files with 6 additions and 6 deletions
12
flake.nix
12
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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue