refactor: use strings instead of deprecated github urls

main
mandlm 2024-07-07 12:45:19 +02:00
parent 994d575484
commit d36a117552
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
{
inputs = {
nixpkgs.url = github:NixOS/nixpkgs/nixos-24.05;
nixpkgs-unstable.url = github:NixOS/nixpkgs/nixos-unstable;
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nixos-hardware.url = github:mandlm/nixos-hardware/p330;
nixos-hardware.url = "github:mandlm/nixos-hardware/p330";
home-manager = {
url = github:nix-community/home-manager/release-24.05;
url = "github:nix-community/home-manager/release-24.05";
inputs.nixpkgs.follows = "nixpkgs";
};
};