summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authoraristote <quentin.aristote@irif.fr>2026-04-17 09:26:14 +0200
committeraristote <quentin.aristote@irif.fr>2026-04-17 09:26:20 +0200
commit1a474fbe721cd7cf2dcd132b1317598693345d4c (patch)
treec448677a16687f2d7cf4256c5d1c1b1c1aeb0453 /flake.nix
parent4c1060128f859dd594fe6f75c4c6d18292c949a1 (diff)
downloadwebpage-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.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index f5fec3f..e556009 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 =