diff options
author | tdback <tyler@tdback.net> | 2025-03-15 18:00:27 -0400 |
---|---|---|
committer | tdback <tyler@tdback.net> | 2025-03-15 18:00:27 -0400 |
commit | 5536c84712af635a81253588790feaa8e4ba02d4 (patch) | |
tree | d6abed086406438b9365e762f4e9064c1f9b783c | |
parent | 9b3225b43957e4ec3039685d7dba244fd46de5cc (diff) |
flake: add description
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ { + description = "One flake to rule them all."; + inputs.nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; inputs.nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; |