git.delta.rocks / jrsonnet / refs/heads / trunk

difftreelog

source

flake.lock5.8 KiBrenderedsourcehistory
1{2  "nodes": {3    "crane": {4      "locked": {5        "lastModified": 1773189535,6        "owner": "ipetkov",7        "repo": "crane",8        "rev": "6fa2fb4cf4a89ba49fc9dd5a3eb6cde99d388269",9        "type": "github"10      },11      "original": {12        "owner": "ipetkov",13        "repo": "crane",14        "type": "github"15      }16    },17    "flake-compat": {18      "flake": false,19      "locked": {20        "lastModified": 1696426674,21        "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",22        "owner": "edolstra",23        "repo": "flake-compat",24        "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",25        "type": "github"26      },27      "original": {28        "owner": "edolstra",29        "repo": "flake-compat",30        "type": "github"31      }32    },33    "flake-parts": {34      "inputs": {35        "nixpkgs-lib": [36          "nixpkgs"37        ]38      },39      "locked": {40        "lastModified": 1772408722,41        "owner": "hercules-ci",42        "repo": "flake-parts",43        "rev": "f20dc5d9b8027381c474144ecabc9034d6a839a3",44        "type": "github"45      },46      "original": {47        "owner": "hercules-ci",48        "repo": "flake-parts",49        "type": "github"50      }51    },52    "fleet-tf": {53      "inputs": {54        "flake-parts": [55          "flake-parts"56        ],57        "nixpkgs": [58          "nixpkgs"59        ],60        "shelly": [61          "shelly"62        ]63      },64      "locked": {65        "lastModified": 1759080490,66        "owner": "CertainLach",67        "repo": "fleet-tf",68        "rev": "878bd8c23933d628bf750378bbe527b841901c3d",69        "type": "github"70      },71      "original": {72        "owner": "CertainLach",73        "repo": "fleet-tf",74        "type": "github"75      }76    },77    "git-hooks-nix": {78      "inputs": {79        "flake-compat": "flake-compat",80        "gitignore": [81          "nix"82        ],83        "nixpkgs": [84          "nix",85          "nixpkgs"86        ]87      },88      "locked": {89        "lastModified": 1747372754,90        "narHash": "sha256-2Y53NGIX2vxfie1rOW0Qb86vjRZ7ngizoo+bnXU9D9k=",91        "rev": "80479b6ec16fefd9c1db3ea13aeb038c60530f46",92        "revCount": 1026,93        "type": "tarball",94        "url": "https://api.flakehub.com/f/pinned/cachix/git-hooks.nix/0.1.1026%2Brev-80479b6ec16fefd9c1db3ea13aeb038c60530f46/0196d79a-1b35-7b8e-a021-c894fb62163d/source.tar.gz"95      },96      "original": {97        "type": "tarball",98        "url": "https://flakehub.com/f/cachix/git-hooks.nix/0.1.941"99      }100    },101    "nix": {102      "inputs": {103        "flake-parts": [104          "flake-parts"105        ],106        "git-hooks-nix": "git-hooks-nix",107        "nixpkgs": [108          "nixpkgs"109        ],110        "nixpkgs-23-11": "nixpkgs-23-11",111        "nixpkgs-regression": "nixpkgs-regression"112      },113      "locked": {114        "lastModified": 1768702010,115        "owner": "deltarocks",116        "repo": "nix",117        "rev": "b05b52670b9c7affff5b9be3edb539a1603c39e6",118        "type": "github"119      },120      "original": {121        "owner": "deltarocks",122        "ref": "fleet",123        "repo": "nix",124        "type": "github"125      }126    },127    "nixpkgs": {128      "locked": {129        "lastModified": 1773268153,130        "owner": "nixos",131        "repo": "nixpkgs",132        "rev": "63ca4f465b79edbaa9ff113ea7ff48fb49ea0db0",133        "type": "github"134      },135      "original": {136        "owner": "nixos",137        "ref": "release-25.11",138        "repo": "nixpkgs",139        "type": "github"140      }141    },142    "nixpkgs-23-11": {143      "locked": {144        "lastModified": 1717159533,145        "narHash": "sha256-oamiKNfr2MS6yH64rUn99mIZjc45nGJlj9eGth/3Xuw=",146        "owner": "NixOS",147        "repo": "nixpkgs",148        "rev": "a62e6edd6d5e1fa0329b8653c801147986f8d446",149        "type": "github"150      },151      "original": {152        "owner": "NixOS",153        "repo": "nixpkgs",154        "rev": "a62e6edd6d5e1fa0329b8653c801147986f8d446",155        "type": "github"156      }157    },158    "nixpkgs-regression": {159      "locked": {160        "lastModified": 1643052045,161        "narHash": "sha256-uGJ0VXIhWKGXxkeNnq4TvV3CIOkUJ3PAoLZ3HMzNVMw=",162        "owner": "NixOS",163        "repo": "nixpkgs",164        "rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2",165        "type": "github"166      },167      "original": {168        "owner": "NixOS",169        "repo": "nixpkgs",170        "rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2",171        "type": "github"172      }173    },174    "root": {175      "inputs": {176        "crane": "crane",177        "flake-parts": "flake-parts",178        "fleet-tf": "fleet-tf",179        "nix": "nix",180        "nixpkgs": "nixpkgs",181        "rust-overlay": "rust-overlay",182        "shelly": "shelly",183        "treefmt-nix": "treefmt-nix"184      }185    },186    "rust-overlay": {187      "inputs": {188        "nixpkgs": [189          "nixpkgs"190        ]191      },192      "locked": {193        "lastModified": 1773216618,194        "owner": "oxalica",195        "repo": "rust-overlay",196        "rev": "07d7dc6fcc5eae76b4fb0e19d4afd939437bec97",197        "type": "github"198      },199      "original": {200        "owner": "oxalica",201        "repo": "rust-overlay",202        "type": "github"203      }204    },205    "shelly": {206      "locked": {207        "lastModified": 1756323923,208        "owner": "CertainLach",209        "repo": "shelly",210        "rev": "b5dd29a500db04f54a9f1c2bf81cdd84df8b0cd7",211        "type": "github"212      },213      "original": {214        "owner": "CertainLach",215        "repo": "shelly",216        "type": "github"217      }218    },219    "treefmt-nix": {220      "inputs": {221        "nixpkgs": [222          "nixpkgs"223        ]224      },225      "locked": {226        "lastModified": 1772660329,227        "owner": "numtide",228        "repo": "treefmt-nix",229        "rev": "3710e0e1218041bbad640352a0440114b1e10428",230        "type": "github"231      },232      "original": {233        "owner": "numtide",234        "repo": "treefmt-nix",235        "type": "github"236      }237    }238  },239  "root": "root",240  "version": 7241}