Another fix

This commit is contained in:
Aleksandr Lebedev 2025-01-27 22:05:29 +01:00
parent 5eab807a44
commit d56facc40b
3 changed files with 36 additions and 12 deletions

16
flake.lock generated
View file

@ -19,6 +19,21 @@
"type": "github"
}
},
"nix-org-babel": {
"locked": {
"lastModified": 1731256202,
"narHash": "sha256-xtV0vIUhl3ZUzaUIHSaiWpybxyCgQ9Yp/MUGo3f5zvM=",
"owner": "emacs-twist",
"repo": "org-babel",
"rev": "a5d16c54aca35c07af59d216cda598163512db42",
"type": "github"
},
"original": {
"owner": "emacs-twist",
"repo": "org-babel",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1737885589,
@ -70,6 +85,7 @@
"root": {
"inputs": {
"emacs-overlay": "emacs-overlay",
"nix-org-babel": "nix-org-babel",
"nixpkgs": "nixpkgs_2"
}
}