1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +02:00
This commit is contained in:
Robin Appelman 2025-05-28 22:02:15 +02:00
commit e63244d264
4 changed files with 7 additions and 7 deletions

8
flake.lock generated
View file

@ -22,16 +22,16 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1735669367, "lastModified": 1748302896,
"narHash": "sha256-tfYRbFhMOnYaM4ippqqid3BaLOXoFNdImrfBfCp4zn0=", "narHash": "sha256-ixMT0a8mM091vSswlTORZj93WQAJsRNmEvqLL+qwTFM=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "edf04b75c13c2ac0e54df5ec5c543e300f76f1c9", "rev": "7848cd8c982f7740edf76ddb3b43d234cb80fc4d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "nixos-24.11", "ref": "nixos-25.05",
"type": "indirect" "type": "indirect"
} }
}, },

View file

@ -1,6 +1,6 @@
{ {
inputs = { inputs = {
nixpkgs.url = "nixpkgs/nixos-24.11"; nixpkgs.url = "nixpkgs/nixos-25.05";
flakelight = { flakelight = {
url = "github:nix-community/flakelight"; url = "github:nix-community/flakelight";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";

View file

@ -21,6 +21,6 @@ rustPlatform.buildRustPackage {
doCheck = false; doCheck = false;
cargoHash = "sha256-Irv6atngsh0hPJ256tMxer3nR0PjBcaOJLVldnPnwUs="; cargoHash = "sha256-pDTNjpeGpMAr6hkl/o+Q3IR4t95qWJ76PgnJcEzlH2I=";
meta.mainProgram = "api-test"; meta.mainProgram = "api-test";
} }

View file

@ -19,6 +19,6 @@ rustPlatform.buildRustPackage {
doCheck = false; doCheck = false;
cargoHash = "sha256-/Fnw6l2fznrBK780E4q1PKFOkT0eiL+dE+UuhFA+V9M="; cargoHash = "sha256-bODrlLFSV/CQX7fximCpqLQc1sPOIe+6xM1W1731KUs=";
meta.mainProgram = "parse_demo"; meta.mainProgram = "parse_demo";
} }