aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-11-12 19:10:03 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2025-11-12 19:10:03 +0100
commit28d26d2bd30acac30d71458405b7cc8dd710a1f1 (patch)
treeb90b1c8c03bf496bb34fd4e17301a2184412b1c8 /flake.nix
parent402888423de9764c22175df4cc41d79157895f3d (diff)
rename to memora
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index bcf3861..ce7acb6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,5 +1,5 @@
{
- description = "Storyboard";
+ description = "Memora";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
@@ -13,7 +13,7 @@
devShells.x86_64-linux.default = pkgs.mkShell {
packages = [
pkgs.zig
- pkgs.psmisc
+ pkgs.http-server
];
};
};