fix: update api

This commit is contained in:
nhnn
2025-07-01 14:03:13 +03:00
parent eb972d281b
commit 114faa7b6b
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View File

@@ -29,18 +29,18 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1749029083, "lastModified": 1751299313,
"narHash": "sha256-0Rt2x9iegypfUFRi5bMEEQwEVbfN5rbjge5yY6D7OO0=", "narHash": "sha256-yb4CC3AC3TW5B1rHIdp2zktm3bB2w8OhkYCKU6xmzKg=",
"ref": "nhnn/nixos-25.05", "ref": "nhnn/nixos-25.05",
"rev": "075eb281a5e5276590493473f2f027f52f9232e2", "rev": "21e531e8ec2ba5a67bf14cd80f116b39d58a82fb",
"revCount": 1779, "revCount": 1783,
"type": "git", "type": "git",
"url": "https://git.selfprivacy.org/nhnn/selfprivacy-rest-api.git" "url": "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git"
}, },
"original": { "original": {
"ref": "nhnn/nixos-25.05", "ref": "nhnn/nixos-25.05",
"type": "git", "type": "git",
"url": "https://git.selfprivacy.org/nhnn/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/nhnn/selfprivacy-rest-api.git?ref=nhnn/nixos-25.05"; selfprivacy-api.url = "git+https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git?ref=nhnn/nixos-25.05";
# 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";
}; };