diff options
| author | aristote <quentin.aristote@irif.fr> | 2026-04-17 09:22:55 +0200 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2026-04-17 09:22:55 +0200 |
| commit | 4c1060128f859dd594fe6f75c4c6d18292c949a1 (patch) | |
| tree | f55fa4e15116ca82c0dea7b85c3e07c9478814b3 | |
| parent | ecb199957ff86816161e251eb5051fcc3ffb8e3f (diff) | |
| download | webpage-4c1060128f859dd594fe6f75c4c6d18292c949a1.tar.gz webpage-4c1060128f859dd594fe6f75c4c6d18292c949a1.tar.bz2 webpage-4c1060128f859dd594fe6f75c4c6d18292c949a1.tar.xz | |
nixpkgs: use nixos-25.11
uncss only compiles on 25.11 and the server runs on 25.11 anyways
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,7 +10,8 @@ nixpkgs.follows = "/nixpkgs"; }; }; - nixpkgs = { }; + # nixpkgs = { }; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; }; outputs = |
