diff options
| author | aristote <quentin.aristote@irif.fr> | 2026-04-17 09:26:14 +0200 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2026-04-17 09:26:20 +0200 |
| commit | 1a474fbe721cd7cf2dcd132b1317598693345d4c (patch) | |
| tree | c448677a16687f2d7cf4256c5d1c1b1c1aeb0453 | |
| parent | 4c1060128f859dd594fe6f75c4c6d18292c949a1 (diff) | |
| download | webpage-1a474fbe721cd7cf2dcd132b1317598693345d4c.tar.gz webpage-1a474fbe721cd7cf2dcd132b1317598693345d4c.tar.bz2 webpage-1a474fbe721cd7cf2dcd132b1317598693345d4c.tar.xz | |
uncss: build on 25.11 (broken in unstable)
Flake lock file updates:
• Updated input 'uncss/nixpkgs':
follows 'nixpkgs'
→ 'github:NixOS/nixpkgs/1766437c5509f444c1b15331e82b8b6a9b967000' (2026-04-15)
| -rw-r--r-- | flake.lock | 52 | ||||
| -rw-r--r-- | flake.nix | 5 |
2 files changed, 34 insertions, 23 deletions
@@ -7,11 +7,11 @@ "nixpkgs": "nixpkgs_3" }, "locked": { - "lastModified": 1770213712, - "narHash": "sha256-7RpGPaSQ1YH2ZGkofeHx5wzNvAxxF0UIQR14y40nk9w=", + "lastModified": 1776353029, + "narHash": "sha256-sHAVXd3TMoBotZCyFTn+c3iKO8Ah1Vv8/0nRFmYw6To=", "ref": "refs/heads/master", - "rev": "8a30dac0dab0e02db766efc14fe92130b3704714", - "revCount": 111, + "rev": "6fb780b8b9a2c848086750e413208056c47c783b", + "revCount": 116, "type": "git", "url": "https://git.aristote.fr/about-me/info" }, @@ -82,11 +82,11 @@ "nixpkgs-lib": "nixpkgs-lib_3" }, "locked": { - "lastModified": 1769996383, - "narHash": "sha256-AnYjnFWgS49RlqX7LrC4uA+sCCDBj0Ry/WOJ5XWAsa0=", + "lastModified": 1775087534, + "narHash": "sha256-91qqW8lhL7TLwgQWijoGBbiD4t7/q75KTi8NxjVmSmA=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "57928607ea566b5db3ad13af0e57e921e6b12381", + "rev": "3107b77cd68437b9a76194f0f7f9c55f2329ca5b", "type": "github" }, "original": { @@ -177,11 +177,11 @@ "nur": "nur_2" }, "locked": { - "lastModified": 1770210199, - "narHash": "sha256-Xj4i/+2LWAKdFS+LJEIgYDnFpWs0J1zp38/9Uw3zry8=", + "lastModified": 1774352028, + "narHash": "sha256-GqEBV+Ud7prlPIiDAcB0nss6IJdc3d6Dx0t+Jl+wDqI=", "ref": "refs/heads/master", - "rev": "2edea36f291640d0ec073bb70c9511a798c973d8", - "revCount": 367, + "rev": "906a5d48e3ca38c55d60720c2d4bc1ac26f6959d", + "revCount": 373, "type": "git", "url": "https://git.aristote.fr/nix/my-nixpkgs" }, @@ -236,11 +236,11 @@ }, "nixpkgs-lib_3": { "locked": { - "lastModified": 1769909678, - "narHash": "sha256-cBEymOf4/o3FD5AZnzC3J9hLbiZ+QDT/KDuyHXVJOpM=", + "lastModified": 1774748309, + "narHash": "sha256-+U7gF3qxzwD5TZuANzZPeJTZRHS29OFQgkQ2kiTJBIQ=", "owner": "nix-community", "repo": "nixpkgs.lib", - "rev": "72716169fe93074c333e8d0173151350670b824c", + "rev": "333c4e0545a6da976206c74db8773a1645b5870a", "type": "github" }, "original": { @@ -326,11 +326,25 @@ }, "nixpkgs_6": { "locked": { - "lastModified": 1770141374, - "narHash": "sha256-yD4K/vRHPwXbJf5CK3JkptBA6nFWUKNX/jlFp2eKEQc=", + "lastModified": 1776255774, + "narHash": "sha256-psVTpH6PK3q1htMJpmdz1hLF5pQgEshu7gQWgKO6t6Y=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "41965737c1797c1d83cfb0b644ed0840a6220bd1", + "rev": "566acc07c54dc807f91625bb286cb9b321b5f42a", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "nixpkgs_7": { + "locked": { + "lastModified": 1776221942, + "narHash": "sha256-FbQAeVNi7G4v3QCSThrSAAvzQTmrmyDLiHNPvTF2qFM=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "1766437c5509f444c1b15331e82b8b6a9b967000", "type": "github" }, "original": { @@ -401,9 +415,7 @@ "uncss": { "inputs": { "flake-utils": "flake-utils", - "nixpkgs": [ - "nixpkgs" - ] + "nixpkgs": "nixpkgs_7" }, "locked": { "lastModified": 1685795290, @@ -7,11 +7,10 @@ uncss = { url = "github:qaristote/uncss"; inputs = { - nixpkgs.follows = "/nixpkgs"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; }; }; - # nixpkgs = { }; - nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; + nixpkgs = { }; }; outputs = |
