Compare commits
1 Commits
hornbeam@0
...
main
Author | SHA1 | Date | |
---|---|---|---|
9585ec5a51 |
20
flake.lock
generated
20
flake.lock
generated
@ -30,11 +30,11 @@
|
||||
"rust-analyzer-src": "rust-analyzer-src"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1722148092,
|
||||
"narHash": "sha256-5QS64rfIFDzU1jmZrOK6wyZOCi6Vn/90apWRI6Hy+xk=",
|
||||
"lastModified": 1752907304,
|
||||
"narHash": "sha256-rSw0b/ahoZebcp+AZG7uoScB5Q59TYEE5Kx8k0pZp9E=",
|
||||
"owner": "nix-community",
|
||||
"repo": "fenix",
|
||||
"rev": "b39d8959f286dc7b9da91ae92f6af56de0169e87",
|
||||
"rev": "e91719882d0e4366202cc9058eb21df74c0bdb92",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@ -186,16 +186,16 @@
|
||||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1718437845,
|
||||
"narHash": "sha256-ZT7Oc1g4I4pHVGGjQFnewFVDRLH5cIZhEzODLz9YXeY=",
|
||||
"lastModified": 1752620740,
|
||||
"narHash": "sha256-f3pO+9lg66mV7IMmmIqG4PL3223TYMlnlw+pnpelbss=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "752c634c09ceb50c45e751f8791cb45cb3d46c9e",
|
||||
"rev": "32a4e87942101f1c9f9865e04dc3ddb175f5f32e",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"id": "nixpkgs",
|
||||
"ref": "nixos-24.05",
|
||||
"ref": "nixos-25.05",
|
||||
"type": "indirect"
|
||||
}
|
||||
},
|
||||
@ -238,11 +238,11 @@
|
||||
"rust-analyzer-src": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1722099723,
|
||||
"narHash": "sha256-61f+rvQAObm/TuBEqYFNUTngm/wXcuNhGtQbAmfZVvY=",
|
||||
"lastModified": 1752817855,
|
||||
"narHash": "sha256-YnG3d44oX+g2ooUsNWT+Ii24w6T+b0dj86k0HkIFUj4=",
|
||||
"owner": "rust-lang",
|
||||
"repo": "rust-analyzer",
|
||||
"rev": "a46788318cce3b62e14606f70a14896b223ee5ec",
|
||||
"rev": "330c4ed11c4e1eef0999a2cd629703a601da1436",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -8,7 +8,7 @@
|
||||
url = "github:nix-community/fenix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nixpkgs.url = "nixpkgs/nixos-24.05";
|
||||
nixpkgs.url = "nixpkgs/nixos-25.05";
|
||||
|
||||
devenv.url = "github:cachix/devenv/v0.6.3";
|
||||
};
|
||||
|
@ -1,5 +1,7 @@
|
||||
[package]
|
||||
name = "formbeam"
|
||||
description = "Form system for the Hornbeam template engine"
|
||||
license = "AGPL-3.0-or-later"
|
||||
version = "0.0.5"
|
||||
edition = "2021"
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
[package]
|
||||
name = "formbeam_derive"
|
||||
description = "Form system for the Hornbeam template engine (derive macros)"
|
||||
license = "AGPL-3.0-or-later"
|
||||
version = "0.0.5"
|
||||
edition = "2021"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user