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:
Christina Sørensen 2025-01-16 07:46:23 +01:00
parent c5d5876b03
commit e34b430d2f
No known key found for this signature in database
GPG key ID: F67767BE4545A600
2 changed files with 10 additions and 9 deletions

18
flake.lock generated
View file

@ -80,11 +80,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1736269059, "lastModified": 1736429655,
"narHash": "sha256-VaZlkrcfZOl85fz3o+GnNv+FkMG4RtnZA1eVa6v2TJs=", "narHash": "sha256-BwMekRuVlSB9C0QgwKMICiJ5EVbLGjfe4qyueyNQyGI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "naersk", "repo": "naersk",
"rev": "38a563a865a0218d9f30f14333327aafc40eea75", "rev": "0621e47bd95542b8e1ce2ee2d65d6a1f887a13ce",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -95,11 +95,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1736241350, "lastModified": 1736910646,
"narHash": "sha256-CHd7yhaDigUuJyDeX0SADbTM9FXfiWaeNyY34FL1wQU=", "narHash": "sha256-Jzq/EKtSxOCA9hFuovQGlzOuRA8p9cB4mMYWUeCW4FA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "8c9fd3e564728e90829ee7dbac6edc972971cd0f", "rev": "0bd024d34eb07cef235f94258423f40a41182088",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -183,11 +183,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1736303309, "lastModified": 1736994333,
"narHash": "sha256-IKrk7RL+Q/2NC6+Ql6dwwCNZI6T6JH2grTdJaVWHF0A=", "narHash": "sha256-v4Jrok5yXsZ6dwj2+2uo5cSyUi9fBTurHqHvNHLT1XA=",
"owner": "oxalica", "owner": "oxalica",
"repo": "rust-overlay", "repo": "rust-overlay",
"rev": "a0b81d4fa349d9af1765b0f0b4a899c13776f706", "rev": "848db855cb9e88785996e961951659570fc58814",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -159,6 +159,7 @@
"yamlfmt" "yamlfmt"
"nixfmt" "nixfmt"
"taplo" "taplo"
"shellcheck" # this doesn't respect our excludes:w
]; ];
filterFn = n: _v: (!builtins.elem n toFilter); filterFn = n: _v: (!builtins.elem n toFilter);
treefmtFormatters = pkgs.lib.mapAttrs (_n: v: { inherit (v) enable; }) ( treefmtFormatters = pkgs.lib.mapAttrs (_n: v: { inherit (v) enable; }) (