diff options
author | Soispha <soispha@vhack.eu> | 2023-05-06 14:23:19 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-06 14:33:54 +0200 |
commit | 364bb107aadf28b67225d01f716a68a3b9a162d2 (patch) | |
tree | 9420e63f892e37e86b497221e3f13732293316b8 /flake.nix | |
parent | Feat(u/sils/git): Enable delta (diff) | |
download | nix-config-364bb107aadf28b67225d01f716a68a3b9a162d2.tar.gz nix-config-364bb107aadf28b67225d01f716a68a3b9a162d2.zip |
Fix(flake): Typo
Co-authored-by: sils <sils@sils.li>
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 96fc132..b1a0696 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "My Nixo system configuration"; + description = "My Nixos system configuration"; inputs = { nixpkgs.url = "github:NixOs/nixpkgs/nixos-unstable"; home-manager = { |