diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-11-16 00:32:50 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-11-16 00:32:50 +0100 |
| commit | 8f829f172b670702cebcbc8dac62271ba98a94c6 (patch) | |
| tree | b01fddeaed96f23a97b24ded91cd204b822c02b7 /flake.lock | |
| parent | 8d45a910b271cf6bfa26c0ed4007392635866dc8 (diff) | |
clean css with uncss at build time
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 32 |
1 files changed, 28 insertions, 4 deletions
@@ -39,11 +39,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1668266328, - "narHash": "sha256-+nAW+XR8nswyEnt5IkQlkrz9erTcQWBVLkhtNHxckFw=", + "lastModified": 1668531822, + "narHash": "sha256-rNt2SphDCQTbAgWBX9ZCMIn5ISxeb0l6b6kRLvzbFVo=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "5ca8e2e9e1fa5e66a749b39261ad6bd0e07bc87f", + "rev": "97b8d9459f7922ce0e666113a1e8e6071424ae16", "type": "github" }, "original": { @@ -55,7 +55,31 @@ "inputs": { "data": "data", "flake-utils": "flake-utils", - "nixpkgs": "nixpkgs" + "nixpkgs": "nixpkgs", + "uncss": "uncss" + } + }, + "uncss": { + "inputs": { + "flake-utils": [ + "flake-utils" + ], + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1668549614, + "narHash": "sha256-1C2qBUB5Wz7DPPYR4DQi8hh2xoFA89WgEfdI2bsv4pI=", + "owner": "qaristote", + "repo": "uncss", + "rev": "0e5a335e85ec85ff6f764ea87adb5c7da83b0924", + "type": "github" + }, + "original": { + "owner": "qaristote", + "repo": "uncss", + "type": "github" } } }, |
