From 47407c94d795973f6966849013f0cfe5e8c3b909 Mon Sep 17 00:00:00 2001 From: aemogie <54412618+aemogie@users.noreply.github.com> Date: Thu, 2 May 2024 12:22:46 +0530 Subject: [PATCH 1/2] fix(home-manager): typo in `nixpkgs` input --- home-manager/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/flake.nix b/home-manager/flake.nix index e5504f3..4fb3038 100644 --- a/home-manager/flake.nix +++ b/home-manager/flake.nix @@ -2,7 +2,7 @@ description = "A simple home-manager flake using Aux"; inputs = { - nixpkgs.url = "github:auxolotl/nixkpkgs/nixpkgs-unstable"; + nixpkgs.url = "github:auxolotl/nixpkgs/nixpkgs-unstable"; home-manager = { url = "github:nix-community/home-manager"; -- 2.45.2 From 1072ba0a3305414173cc002a06f98120dba4e094 Mon Sep 17 00:00:00 2001 From: aemogie <54412618+aemogie@users.noreply.github.com> Date: Thu, 2 May 2024 12:59:35 +0530 Subject: [PATCH 2/2] chore: ignore template `flake.lock`s --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9b42106..c9c74e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .direnv/ +*/flake.lock -- 2.45.2