From 64a7df106454c8ae2c700fc14916956d0f37730b Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Tue, 21 Jul 2026 00:07:50 -0400 Subject: fix nixpkgs input --- flake.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 8916328..4e4adcf 100644 --- a/flake.nix +++ b/flake.nix @@ -2,11 +2,7 @@ description = "A minimal Suckless-inspired Flake for NixOS and Nix Darwin, created by Skullheadx."; inputs = { - nixpkgs = { - type = "git"; - url = "git://git.skullheadx.com/nixpkgs.git"; - ref = "refs/heads/nixos-unstable"; - }; + nixpkgs.url = "tarball+https://git.skullheadx.com/nixpkgs/snapshot/nixpkgs-nixos-unstable.tar.gz"; nix-darwin = { url = "git://git.skullheadx.com/nix-darwin.git"; inputs.nixpkgs.follows = "nixpkgs"; -- cgit v1.3.1