flake: update: nixpkgs: 22.11 -> 23.05

`cargo test` passes (except wgpu tests, doc tests)
This commit is contained in:
2025-01-13 10:20:14 +00:00
parent daf8e9dba8
commit 970201bfa1
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -38,16 +38,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1688392541, "lastModified": 1704290814,
"narHash": "sha256-lHrKvEkCPTUO+7tPfjIcb7Trk6k31rz18vkyqmkeJfY=", "narHash": "sha256-LWvKHp7kGxk/GEtlrGYV68qIvPHkU9iToomNFGagixU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ea4c80b39be4c09702b0cb3b42eab59e2ba4f24b", "rev": "70bdadeb94ffc8806c0570eb5c2695ad29f0e421",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "nixos-22.11", "ref": "nixos-23.05",
"type": "indirect" "type": "indirect"
} }
}, },

View File

@@ -1,7 +1,7 @@
{ {
description = "Finite Difference Time Domain simulation binaries"; description = "Finite Difference Time Domain simulation binaries";
inputs = { inputs = {
nixpkgs.url = "nixpkgs/nixos-22.11"; nixpkgs.url = "nixpkgs/nixos-23.05";
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";
rust-overlay.url = "github:oxalica/rust-overlay/319f57cd2c34348c55970a4bf2b35afe82088681"; #< 2023-12-30 (TODO: update/un- pin) rust-overlay.url = "github:oxalica/rust-overlay/319f57cd2c34348c55970a4bf2b35afe82088681"; #< 2023-12-30 (TODO: update/un- pin)
}; };