File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 inputs = {
44 nixpkgs . url = "github:NixOS/nixpkgs/nixos-25.05" ;
55 flake-parts = {
6- type = "github" ;
7- owner = "hercules-ci" ;
8- repo = "flake-parts" ;
6+ url = "github:hercules-ci/flake-parts" ;
97 inputs . nixpkgs-lib . follows = "nixpkgs" ;
108 } ;
119
1210 # we can use this to provide overridable systems
13- systems = {
14- type = "github" ;
15- owner = "nix-systems" ;
16- repo = "default" ;
17- } ;
11+ systems . url = "github:nix-systems/default" ;
1812
1913 # this adds pre commit hooks via nix to our repo
2014 git-hooks = {
21- type = "github" ;
22- owner = "cachix" ;
23- repo = "git-hooks.nix" ;
15+ url = "github:cachix/git-hooks.nix" ;
2416
2517 inputs = {
2618 nixpkgs . follows = "nixpkgs" ;
2921 } ;
3022
3123 flake-checker = {
32- type = "github" ;
33- owner = "DeterminateSystems" ;
34- repo = "flake-checker" ;
24+ url = "github:DeterminateSystems/flake-checker" ;
25+ inputs . nixpkgs . follows = "nixpkgs" ;
3526 } ;
3627
3728 # a tree-wide formatter
3829 treefmt-nix = {
39- type = "github" ;
40- owner = "numtide" ;
41- repo = "treefmt-nix" ;
30+ url = "github:numtide/treefmt-nix" ;
4231 inputs . nixpkgs . follows = "nixpkgs" ;
4332 } ;
4433 } ;
You can’t perform that action at this time.
0 commit comments