From 1896e8857284287cede10349e117a7d59f294230 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 30 May 2022 21:20:39 +0200 Subject: [PATCH] fix git links --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; };