diff --git a/flake.nix b/flake.nix index 4c78a9e..323b14d 100644 --- a/flake.nix +++ b/flake.nix @@ -4,14 +4,14 @@ inputs = { 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.inputs.nixpkgs.follows = "nixpkgs"; 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"; deploy-rs.url = "github:serokell/deploy-rs"; @@ -20,7 +20,7 @@ agenix.url = "github:ryantm/agenix"; 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"; kernel-clr = { url = "github:clearlinux-pkgs/linux"; flake = false; };