aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJade Lovelace <lix@jade.fyi>2024-07-31 23:04:28 -0700
committerJade Lovelace <lix@jade.fyi>2024-08-04 20:41:19 -0700
commit9238e62ae6b7b8bf00d53b48e0c3ae33285dd4ab (patch)
tree03e9e3765ff85a4462f3107663d4f9a343cc8c83 /flake.nix
parentbd1344ec54e1935f19cf50a8ea15c43792f1c767 (diff)
flake & doxygen: update tagline
This tagline was left over from CppNix and we should make it tastier. Change-Id: Ia182b86f6e751591be71a50521992ad73c7b38b5
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 64d16b588..c160daed9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,5 +1,5 @@
{
- description = "The purely functional package manager";
+ description = "Lix: A modern, delicious implementation of the Nix package manager";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05-small";