summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index c7ccd06..5d97a42 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,5 +1,5 @@
{
- description = "Skullhead's Flake";
+ description = "Skullheadx's Flake";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
@@ -34,6 +34,9 @@
home = lib.nixosSystem {
inherit system;
modules = [ ./configuration.nix ];
+ specialArgs = {
+ inherit inputs;
+ };
};
};
homeConfigurations = {