Compare commits
3 commits
2ac28dc593
...
3792d15fd0
Author | SHA1 | Date | |
---|---|---|---|
|
3792d15fd0 | ||
926d77d3e8 | |||
21e1e5bf9c |
3 changed files with 5 additions and 7 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -20,11 +20,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1742546557,
|
"lastModified": 1742707865,
|
||||||
"narHash": "sha256-QyhimDBaDBtMfRc7kyL28vo+HTwXRPq3hz+BgSJDotw=",
|
"narHash": "sha256-RVQQZy38O3Zb8yoRJhuFgWo/iDIDj0hEdRTVfhOtzRk=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "bfa9810ff7104a17555ab68ebdeafb6705f129b1",
|
"rev": "dd613136ee91f67e5dba3f3f41ac99ae89c5406b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -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