summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
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";