diff --git a/flake.lock b/flake.lock index a85db44..6081b1c 100644 --- a/flake.lock +++ b/flake.lock @@ -92,11 +92,11 @@ }, "locked": { "dir": "contrib", - "lastModified": 1691226237, - "narHash": "sha256-/+JDL1T9dFh2NqCOXqsLSNjrRcsKAMWdJiARq54qx6c=", + "lastModified": 1692702614, + "narHash": "sha256-FeY8hAB77tnUTDbK6WYA+DG3Nx5xQrbOC17Cfl3pTm4=", "owner": "neovim", "repo": "neovim", - "rev": "42630923fc00633d806af97c1792b2ed4a71e1cc", + "rev": "014b87646fc3273a09d6b20ebb648a8eb24a0a98", "type": "github" }, "original": { @@ -108,11 +108,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1691235410, - "narHash": "sha256-kdUw6loESRxuQEz+TJXE9TdSBs2aclaF1Yrro+u8NlM=", + "lastModified": 1692698134, + "narHash": "sha256-YtMmZWR/dlTypOcwiZfZTMPr3tj9fwr05QTStfSyDSg=", "owner": "nixos", "repo": "nixpkgs", - "rev": "d814a2776b53f65ea73c7403f3efc2e3511c7dbb", + "rev": "a16f7eb56e88c8985fcc6eb81dabd6cade4e425a", "type": "github" }, "original": { @@ -184,11 +184,11 @@ "nixpkgs": "nixpkgs_2" }, "locked": { - "lastModified": 1691237213, - "narHash": "sha256-RReB+o6jjJXjCHHJSny0p7NR/kNOu57jXEDX7jq9bp0=", + "lastModified": 1692663634, + "narHash": "sha256-wioqr80UOA0tNXaJy4D0i9fFaLG2RoQi5e9Dpd4WojE=", "owner": "mitchellh", "repo": "zig-overlay", - "rev": "a9d85674542108318187831fbf376704b71590f3", + "rev": "d666e5137fe0c43353c555fb47748813084decab", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 8d95a14..2adee62 100644 --- a/flake.nix +++ b/flake.nix @@ -65,6 +65,9 @@ pkgs.zlib pkgs.icu pkgs.openssl + + pkgs.neofetch + pkgs.util-linux # lscpu ]; buildInputs = with pkgs; [ diff --git a/wrk/rust/hello/.gitignore b/wrk/rust/bythebook/.gitignore similarity index 100% rename from wrk/rust/hello/.gitignore rename to wrk/rust/bythebook/.gitignore diff --git a/wrk/rust/hello/Cargo.toml b/wrk/rust/bythebook/Cargo.toml similarity index 100% rename from wrk/rust/hello/Cargo.toml rename to wrk/rust/bythebook/Cargo.toml diff --git a/wrk/rust/hello/hello.html b/wrk/rust/bythebook/hello.html similarity index 100% rename from wrk/rust/hello/hello.html rename to wrk/rust/bythebook/hello.html diff --git a/wrk/rust/hello/src/lib.rs b/wrk/rust/bythebook/src/lib.rs similarity index 100% rename from wrk/rust/hello/src/lib.rs rename to wrk/rust/bythebook/src/lib.rs diff --git a/wrk/rust/hello/src/main.rs b/wrk/rust/bythebook/src/main.rs similarity index 100% rename from wrk/rust/hello/src/main.rs rename to wrk/rust/bythebook/src/main.rs