Compare commits
3 commits
2ac28dc593
...
3792d15fd0
Author | SHA1 | Date | |
---|---|---|---|
|
3792d15fd0 | ||
926d77d3e8 | |||
21e1e5bf9c |
3 changed files with 8 additions and 9 deletions
11
flake.lock
generated
11
flake.lock
generated
|
@ -20,11 +20,12 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1741010256,
|
"lastModified": 1742707865,
|
||||||
"narHash": "sha256-WZNlK/KX7Sni0RyqLSqLPbK8k08Kq7H7RijPJbq9KHM=",
|
"narHash": "sha256-RVQQZy38O3Zb8yoRJhuFgWo/iDIDj0hEdRTVfhOtzRk=",
|
||||||
"path": "/nix/store/jk6xpbfh10gz6q5cqw8b2f7xk0pl7hkv-source",
|
"owner": "NixOS",
|
||||||
"rev": "ba487dbc9d04e0634c64e3b1f0d25839a0a68246",
|
"repo": "nixpkgs",
|
||||||
"type": "path"
|
"rev": "dd613136ee91f67e5dba3f3f41ac99ae89c5406b",
|
||||||
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"id": "nixpkgs",
|
"id": "nixpkgs",
|
||||||
|
|
|
@ -5,10 +5,7 @@
|
||||||
flake-utils.url = "github:numtide/flake-utils";
|
flake-utils.url = "github:numtide/flake-utils";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {nixpkgs, ...}: let
|
||||||
nixpkgs,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
# Supported systems for your flake packages, shell, etc.
|
# Supported systems for your flake packages, shell, etc.
|
||||||
systems = [
|
systems = [
|
||||||
"aarch64-linux"
|
"aarch64-linux"
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
file
|
file
|
||||||
htop-vim
|
htop-vim
|
||||||
tldr
|
tldr
|
||||||
|
tmux
|
||||||
tree
|
tree
|
||||||
# ^ useful dev/everyday tools
|
# ^ useful dev/everyday tools
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue