summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix12
1 files changed, 8 insertions, 4 deletions
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";
};
};