summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorSkullheadx <andrew@montgomery.systems>2026-07-21 00:07:50 -0400
committerSkullheadx <andrew@montgomery.systems>2026-07-21 00:07:50 -0400
commit64a7df106454c8ae2c700fc14916956d0f37730b (patch)
tree071ac8bd8148acfad6953673092d84a8ac38e4c3 /flake.nix
parentuse mirrored git repos in flake.nix (diff)
downloadnixos-master.tar.gz
nixos-master.tar.bz2
nixos-master.zip
fix nixpkgs inputHEADmaster
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 1 insertions, 5 deletions
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";