File tree Expand file tree Collapse file tree 2 files changed +7
-160
lines changed Expand file tree Collapse file tree 2 files changed +7
-160
lines changed Original file line number Diff line number Diff line change 22 description = "headless browser designed for AI and automation" ;
33
44 inputs = {
5- nixpkgs . url = "github:nixos/nixpkgs/release-24.11" ;
6-
7- iguana . url = "github:mookums/iguana" ;
8- iguana . inputs . nixpkgs . follows = "nixpkgs" ;
9-
5+ nixpkgs . url = "github:nixos/nixpkgs/nixpkgs-unstable" ;
106 flake-utils . url = "github:numtide/flake-utils" ;
117 } ;
128
139 outputs =
1410 {
1511 nixpkgs ,
16- iguana ,
1712 flake-utils ,
1813 ...
1914 } :
2015 flake-utils . lib . eachDefaultSystem (
2116 system :
2217 let
23- zigVersion = "0_14_0" ;
24- iguanaLib = iguana . lib . ${ system } ;
25-
2618 pkgs = import nixpkgs {
2719 inherit system ;
28- overlays = [
29- ( iguanaLib . mkZigOverlay zigVersion )
30- ( iguanaLib . mkZlsOverlay zigVersion )
31- ] ;
3220 } ;
3321
3422 # This build pipeline is very unhappy without an FHS-compliant env.
35- fhs = pkgs . buildFHSUserEnv {
23+ fhs = pkgs . buildFHSEnv {
3624 name = "fhs-shell" ;
3725 targetPkgs =
3826 pkgs : with pkgs ; [
You can’t perform that action at this time.
0 commit comments