diff options
| author | Baitinq <[email protected]> | 2022-07-13 17:24:10 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-13 17:24:10 +0200 |
| commit | cc200467bac0070e3030892ae666f85b732f4d59 (patch) | |
| tree | 3d54ea6b8a25c3182152bc77abcbed8f76992e84 | |
| parent | Add timezone to the mkHost function (diff) | |
| download | nixos-config-cc200467bac0070e3030892ae666f85b732f4d59.tar.gz nixos-config-cc200467bac0070e3030892ae666f85b732f4d59.tar.bz2 nixos-config-cc200467bac0070e3030892ae666f85b732f4d59.zip | |
Change flake description
| -rw-r--r-- | flake.nix | 2 |
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"; |