about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-07-13 17:24:10 +0200
committerBaitinq <[email protected]>2022-07-13 17:24:10 +0200
commit787f73b9a23b086adb674d85639b8083157f82b6 (patch)
tree22b7273fb6665978b83a34e52b22d6786d5914cf /flake.nix
parentAdd timezone to the mkHost function (diff)
downloadnixos-config-787f73b9a23b086adb674d85639b8083157f82b6.tar.gz
nixos-config-787f73b9a23b086adb674d85639b8083157f82b6.tar.bz2
nixos-config-787f73b9a23b086adb674d85639b8083157f82b6.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";