From b30be72ed15fe1027ccd4aa588112e885691cbfc Mon Sep 17 00:00:00 2001 From: Arun Udayashankar Date: Fri, 17 May 2024 00:04:37 -0400 Subject: [PATCH] Fix typo in comment --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3b61c47..c926cd1 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - #... Declarative configuration of user speficic packages and dotfiles + #... Declarative configuration of user specific packages and dotfiles home-manager.url = "github:nix-community/home-manager/master"; home-manager.inputs.nixpkgs.follows = "nixpkgs-unstable";