From 7048866f207a256b35393c39dacc2a9d01de123b Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Mon, 20 Jul 2026 23:46:54 -0400 Subject: use mirrored git repos in flake.nix --- flake.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 0766b7a..8916328 100644 --- a/flake.nix +++ b/flake.nix @@ -2,9 +2,13 @@ description = "A minimal Suckless-inspired Flake for NixOS and Nix Darwin, created by Skullheadx."; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs = { + type = "git"; + url = "git://git.skullheadx.com/nixpkgs.git"; + ref = "refs/heads/nixos-unstable"; + }; nix-darwin = { - url = "github:nix-darwin/nix-darwin/master"; + url = "git://git.skullheadx.com/nix-darwin.git"; inputs.nixpkgs.follows = "nixpkgs"; }; @@ -33,11 +37,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; nvf = { - url = "github:notashelf/nvf"; + url = "git://git.skullheadx.com/nvf.git"; inputs.nixpkgs.follows = "nixpkgs"; }; hjem = { - url = "github:feel-co/hjem"; + url = "git://git.skullheadx.com/hjem.git"; inputs.nixpkgs.follows = "nixpkgs"; }; }; -- cgit v1.3.1