From 757d8f9ace3a9922dedbe3f130eb9721e6212691 Mon Sep 17 00:00:00 2001 From: Whovian9369 Date: Mon, 23 Sep 2024 01:03:33 -0400 Subject: [PATCH] Oops, forgot to add the `...` argument for my `aliases`. --- home/aliases.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/aliases.nix b/home/aliases.nix index 1e74aad..1d6a970 100644 --- a/home/aliases.nix +++ b/home/aliases.nix @@ -1,4 +1,4 @@ -{ nixpkgs }: +{ nixpkgs, ... }: { home.shellAliases = { # From Nix environment