fix: bump API

This commit is contained in:
nhnn
2025-07-03 17:54:39 +03:00
parent b10a11fba2
commit a1e5718c15
2 changed files with 6 additions and 7 deletions

11
flake.lock generated
View File

@@ -29,16 +29,15 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1751299313, "lastModified": 1751554051,
"narHash": "sha256-yb4CC3AC3TW5B1rHIdp2zktm3bB2w8OhkYCKU6xmzKg=", "narHash": "sha256-+p9Z1dmvzfO3BenGBZD0KsI+itiz6vBN6PZVCX5nr20=",
"ref": "nhnn/nixos-25.05", "ref": "refs/heads/master",
"rev": "21e531e8ec2ba5a67bf14cd80f116b39d58a82fb", "rev": "574daef2141752f1dc228c3ee968432e4e769e8c",
"revCount": 1783, "revCount": 1785,
"type": "git", "type": "git",
"url": "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git" "url": "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git"
}, },
"original": { "original": {
"ref": "nhnn/nixos-25.05",
"type": "git", "type": "git",
"url": "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git" "url": "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git"
} }

View File

@@ -4,7 +4,7 @@
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
selfprivacy-api.url = "git+https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git?ref=nhnn/nixos-25.05"; selfprivacy-api.url = "git+https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git";
# make selfprivacy-api use the same shared nixpkgs # make selfprivacy-api use the same shared nixpkgs
selfprivacy-api.inputs.nixpkgs.follows = "nixpkgs"; selfprivacy-api.inputs.nixpkgs.follows = "nixpkgs";
}; };