Use daisyui flake

This commit is contained in:
2026-08-04 20:09:35 -04:00
parent b66bc54b3f
commit aff6b9a760
2 changed files with 23 additions and 38 deletions

16
flake.lock generated
View File

@@ -1,5 +1,20 @@
{
"nodes": {
"daisyui": {
"locked": {
"lastModified": 1785801268,
"narHash": "sha256-dqE+kAW1Smsf+H1Yfzy6DbYHST/sWfz3Ghzw7M331k8=",
"ref": "refs/heads/main",
"rev": "fd3f4af492599cf639c4d5f52f9521f0054e5e9e",
"revCount": 3,
"type": "git",
"url": "https://git.mregirouard.com/nix/daisyui.git"
},
"original": {
"type": "git",
"url": "https://git.mregirouard.com/nix/daisyui.git"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
@@ -36,6 +51,7 @@
},
"root": {
"inputs": {
"daisyui": "daisyui",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"rust-overlay": "rust-overlay"