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 /flake.nix | |
| 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)
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 = |
