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 | 787f73b9a23b086adb674d85639b8083157f82b6 (patch) | |
| tree | 22b7273fb6665978b83a34e52b22d6786d5914cf /flake.nix | |
| parent | Add timezone to the mkHost function (diff) | |
| download | nixos-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.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"; |