mirror of
https://github.com/eza-community/eza.git
synced 2025-07-07 11:25:36 +00:00
build(deps): flake bump 2025-01-16
• Updated input 'naersk': 'github:nix-community/naersk/38a563a865a0218d9f30f14333327aafc40eea75' (2025-01-07) → 'github:nix-community/naersk/0621e47bd95542b8e1ce2ee2d65d6a1f887a13ce' (2025-01-09) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/8c9fd3e564728e90829ee7dbac6edc972971cd0f' (2025-01-07) → 'github:NixOS/nixpkgs/0bd024d34eb07cef235f94258423f40a41182088' (2025-01-15) • Updated input 'rust-overlay': 'github:oxalica/rust-overlay/a0b81d4fa349d9af1765b0f0b4a899c13776f706' (2025-01-08) → 'github:oxalica/rust-overlay/848db855cb9e88785996e961951659570fc58814' (2025-01-16) Signed-off-by: Christina Sørensen <ces@fem.gg>
This commit is contained in:
parent
c5d5876b03
commit
e34b430d2f
2 changed files with 10 additions and 9 deletions
18
flake.lock
generated
18
flake.lock
generated
|
@ -80,11 +80,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1736269059,
|
||||
"narHash": "sha256-VaZlkrcfZOl85fz3o+GnNv+FkMG4RtnZA1eVa6v2TJs=",
|
||||
"lastModified": 1736429655,
|
||||
"narHash": "sha256-BwMekRuVlSB9C0QgwKMICiJ5EVbLGjfe4qyueyNQyGI=",
|
||||
"owner": "nix-community",
|
||||
"repo": "naersk",
|
||||
"rev": "38a563a865a0218d9f30f14333327aafc40eea75",
|
||||
"rev": "0621e47bd95542b8e1ce2ee2d65d6a1f887a13ce",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -95,11 +95,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1736241350,
|
||||
"narHash": "sha256-CHd7yhaDigUuJyDeX0SADbTM9FXfiWaeNyY34FL1wQU=",
|
||||
"lastModified": 1736910646,
|
||||
"narHash": "sha256-Jzq/EKtSxOCA9hFuovQGlzOuRA8p9cB4mMYWUeCW4FA=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "8c9fd3e564728e90829ee7dbac6edc972971cd0f",
|
||||
"rev": "0bd024d34eb07cef235f94258423f40a41182088",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -183,11 +183,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1736303309,
|
||||
"narHash": "sha256-IKrk7RL+Q/2NC6+Ql6dwwCNZI6T6JH2grTdJaVWHF0A=",
|
||||
"lastModified": 1736994333,
|
||||
"narHash": "sha256-v4Jrok5yXsZ6dwj2+2uo5cSyUi9fBTurHqHvNHLT1XA=",
|
||||
"owner": "oxalica",
|
||||
"repo": "rust-overlay",
|
||||
"rev": "a0b81d4fa349d9af1765b0f0b4a899c13776f706",
|
||||
"rev": "848db855cb9e88785996e961951659570fc58814",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -159,6 +159,7 @@
|
|||
"yamlfmt"
|
||||
"nixfmt"
|
||||
"taplo"
|
||||
"shellcheck" # this doesn't respect our excludes:w
|
||||
];
|
||||
filterFn = n: _v: (!builtins.elem n toFilter);
|
||||
treefmtFormatters = pkgs.lib.mapAttrs (_n: v: { inherit (v) enable; }) (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue