diff options
| author | Nathan Perry <np@nathanperry.dev> | 2023-12-07 07:59:26 -0500 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2023-12-07 07:59:26 -0500 |
| commit | 48aa684dece2696e21fd871eb6f3825f28fe0200 (patch) | |
| tree | c04470c3ff657e9a816246a991c4df465aa98877 | |
| parent | dd2d37e228133e6c531e9e06fec7e85144d2cc34 (diff) | |
nix: bump to 23.11, pkgconfig -> pkg-config
| -rw-r--r-- | flake.lock | 46 | ||||
| -rw-r--r-- | flake.nix | 6 |
2 files changed, 35 insertions, 17 deletions
@@ -1,17 +1,20 @@ { "nodes": { "flake-utils": { + "inputs": { + "systems": "systems" + }, "locked": { - "lastModified": 1667395993, - "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "lastModified": 1701680307, + "narHash": "sha256-kAuep2h5ajznlPMD9rnQyffWG8EM/C73lejGofXvdM8=", "owner": "numtide", "repo": "flake-utils", - "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "rev": "4022d587cbbfd70fe950c1e2083a02621806a725", "type": "github" }, "original": { "owner": "numtide", - "ref": "master", + "ref": "main", "repo": "flake-utils", "type": "github" } @@ -23,11 +26,11 @@ ] }, "locked": { - "lastModified": 1662220400, - "narHash": "sha256-9o2OGQqu4xyLZP9K6kNe1pTHnyPz0Wr3raGYnr9AIgY=", + "lastModified": 1698420672, + "narHash": "sha256-/TdeHMPRjjdJub7p7+w55vyABrsJlt5QkznPYy55vKA=", "owner": "nmattia", "repo": "naersk", - "rev": "6944160c19cb591eb85bbf9b2f2768a935623ed3", + "rev": "aeb58d5e8faead8980a807c840232697982d47b9", "type": "github" }, "original": { @@ -39,16 +42,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1669625751, - "narHash": "sha256-KIT7X/L0h0e5gbvvU3rPsrWsftei6i8obXPlvBYAy1A=", + "lastModified": 1701539137, + "narHash": "sha256-nVO/5QYpf1GwjvtpXhyxx5M3U/WN0MwBro4Lsk+9mL0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "cc7ae74d400f29260eab2f48f1f44a10914d0f9c", + "rev": "933d7dc155096e7575d207be6fb7792bc9f34f6d", "type": "github" }, "original": { "owner": "nixos", - "ref": "release-22.05", + "ref": "nixos-23.11", "repo": "nixpkgs", "type": "github" } @@ -71,11 +74,11 @@ ] }, "locked": { - "lastModified": 1669602829, - "narHash": "sha256-I3LBvBiVui4Rf0iQvTqUIgBovaLDzpOzsoNEzCsDowg=", + "lastModified": 1701915404, + "narHash": "sha256-+aR/adz9lNglnCzrCh30FSj+Ee+liy8gwOKtS7ll9yY=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "b9da8e68a08707115be750c0cf7ade33f49d8ec4", + "rev": "670ae43e7e5e7cf90b873cea596941d2e24e9c2c", "type": "github" }, "original": { @@ -84,6 +87,21 @@ "repo": "rust-overlay", "type": "github" } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } } }, "root": "root", @@ -1,7 +1,7 @@ { inputs = { - nixpkgs.url = "github:nixos/nixpkgs/release-22.05"; - flake-utils.url = "github:numtide/flake-utils/master"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11"; + flake-utils.url = "github:numtide/flake-utils/main"; rust-overlay = { url = "github:oxalica/rust-overlay/master"; @@ -30,7 +30,7 @@ deps = pkgs: with pkgs; [ openssl - pkgconfig + pkg-config libopus postgresql ]; |
