diff options
| author | Skullheadx <andrew@montgomery.systems> | 2026-07-21 00:07:50 -0400 |
|---|---|---|
| committer | Skullheadx <andrew@montgomery.systems> | 2026-07-21 00:07:50 -0400 |
| commit | 64a7df106454c8ae2c700fc14916956d0f37730b (patch) | |
| tree | 071ac8bd8148acfad6953673092d84a8ac38e4c3 /flake.nix | |
| parent | use mirrored git repos in flake.nix (diff) | |
| download | nixos-master.tar.gz nixos-master.tar.bz2 nixos-master.zip | |
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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"; |
