Compare commits

..

No commits in common. "main" and "main" have entirely different histories.
main ... main

2 changed files with 9 additions and 11 deletions

18
flake.lock generated
View file

@ -2,18 +2,16 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1779622335, "lastModified": 1772624091,
"narHash": "sha256-ViA62qtL5za7V3d5I8OA9q9JcFhsVAiL5jVHwEclWqk=", "narHash": "sha256-QKyJ0QGWBn6r0invrMAK8dmJoBYWoOWy7lN+UHzW1jc=",
"owner": "nixos", "rev": "80bdc1e5ce51f56b19791b52b2901187931f5353",
"repo": "nixpkgs", "revCount": 958232,
"rev": "705e9929918b43bd7b715dc0a878ac870449bb03", "type": "tarball",
"type": "github" "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.1.958232%2Brev-80bdc1e5ce51f56b19791b52b2901187931f5353/019cbcff-0413-7b59-87be-b2cea58a4043/source.tar.gz"
}, },
"original": { "original": {
"owner": "nixos", "type": "tarball",
"ref": "nixos-26.05", "url": "https://flakehub.com/f/NixOS/nixpkgs/0.1"
"repo": "nixpkgs",
"type": "github"
} }
}, },
"pyproject-build-systems": { "pyproject-build-systems": {

View file

@ -2,7 +2,7 @@
description = "matrix-ops-bot - webhook daemon for Matrix operations"; description = "matrix-ops-bot - webhook daemon for Matrix operations";
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-26.05"; nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.1";
pyproject-nix = { pyproject-nix = {
url = "github:pyproject-nix/pyproject.nix"; url = "github:pyproject-nix/pyproject.nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";