fix git links
This commit is contained in:
parent
fa36eb98b4
commit
1896e88572
1 changed files with 3 additions and 3 deletions
|
@ -4,14 +4,14 @@
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
nix-super.url = "git+https://git.privatevoid.net/max/nix-super-fork";
|
nix-super.url = "git+https://git.privatevoid.net/max/nix-super-fork.git";
|
||||||
|
|
||||||
home-manager.url = "github:nix-community/home-manager/master";
|
home-manager.url = "github:nix-community/home-manager/master";
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||||
|
|
||||||
nix-crx.url = "git+https://git.privatevoid.net/max/nix-crx";
|
nix-crx.url = "git+https://git.privatevoid.net/max/nix-crx.git";
|
||||||
nix-crx.inputs.nixpkgs.follows = "nixpkgs";
|
nix-crx.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
deploy-rs.url = "github:serokell/deploy-rs";
|
deploy-rs.url = "github:serokell/deploy-rs";
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
agenix.url = "github:ryantm/agenix";
|
agenix.url = "github:ryantm/agenix";
|
||||||
agenix.inputs.nixpkgs.follows = "nixpkgs";
|
agenix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
helix.url = "git+https://git.privatevoid.net/max/helix";
|
helix.url = "git+https://git.privatevoid.net/max/helix.git";
|
||||||
helix.inputs.nixpkgs.follows = "nixpkgs";
|
helix.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
kernel-clr = { url = "github:clearlinux-pkgs/linux"; flake = false; };
|
kernel-clr = { url = "github:clearlinux-pkgs/linux"; flake = false; };
|
||||||
|
|
Loading…
Reference in a new issue