Compare commits

...

3 commits

Author SHA1 Message Date
github-actions[bot]
3792d15fd0 automated: Update flake.lock
- The following Nix Flake inputs were updated:

```
• Updated input 'nixpkgs':
    'path:/nix/store/jk6xpbfh10gz6q5cqw8b2f7xk0pl7hkv-source?lastModified=1741010256&narHash=sha256-WZNlK/KX7Sni0RyqLSqLPbK8k08Kq7H7RijPJbq9KHM%3D&rev=ba487dbc9d04e0634c64e3b1f0d25839a0a68246' (2025-03-03)
  → 'github:NixOS/nixpkgs/dd613136ee91f67e5dba3f3f41ac99ae89c5406b?narHash=sha256-RVQQZy38O3Zb8yoRJhuFgWo/iDIDj0hEdRTVfhOtzRk%3D' (2025-03-23)
```

Auto-generated by [update.yml][1] with the help of
[create-pull-request][2].

[1]: https://forgejo.stefka.eu/jiriks74/nix.nvim/src/branch/main/.github/workflows/update.yml
[2]: https://forgejo.stefka.eu/jiriks74/create-pull-request
2025-03-24 19:15:33 +00:00
926d77d3e8
fix: Formatting 2025-03-24 20:14:04 +01:00
21e1e5bf9c
feat(packages): Add tmux 2025-03-24 20:13:07 +01:00
3 changed files with 8 additions and 9 deletions

View file

@ -20,11 +20,12 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1741010256,
"narHash": "sha256-WZNlK/KX7Sni0RyqLSqLPbK8k08Kq7H7RijPJbq9KHM=",
"path": "/nix/store/jk6xpbfh10gz6q5cqw8b2f7xk0pl7hkv-source",
"rev": "ba487dbc9d04e0634c64e3b1f0d25839a0a68246",
"type": "path"
"lastModified": 1742707865,
"narHash": "sha256-RVQQZy38O3Zb8yoRJhuFgWo/iDIDj0hEdRTVfhOtzRk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "dd613136ee91f67e5dba3f3f41ac99ae89c5406b",
"type": "github"
},
"original": {
"id": "nixpkgs",

View file

@ -5,10 +5,7 @@
flake-utils.url = "github:numtide/flake-utils";
};
outputs = {
nixpkgs,
...
}: let
outputs = {nixpkgs, ...}: let
# Supported systems for your flake packages, shell, etc.
systems = [
"aarch64-linux"

View file

@ -12,6 +12,7 @@
file
htop-vim
tldr
tmux
tree
# ^ useful dev/everyday tools
];