about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-13 17:24:10 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-13 17:24:10 +0200
commitcc200467bac0070e3030892ae666f85b732f4d59 (patch)
tree3d54ea6b8a25c3182152bc77abcbed8f76992e84 /flake.nix
parentAdd timezone to the mkHost function (diff)
downloadnixos-config-cc200467bac0070e3030892ae666f85b732f4d59.tar.gz
nixos-config-cc200467bac0070e3030892ae666f85b732f4d59.tar.bz2
nixos-config-cc200467bac0070e3030892ae666f85b732f4d59.zip
Change flake description
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 9341314..36af10c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,5 +1,5 @@
 {
-  description = "A very basic flake";
+  description = "My NixOS configuration";
 
   inputs = {
     nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";