Skip to content

Commit c827592

Browse files
committed
chore: 1 2 3 check
1 parent 9f87daf commit c827592

2 files changed

Lines changed: 10 additions & 33 deletions

File tree

flake.lock

Lines changed: 4 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,16 @@
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";
@@ -29,16 +21,13 @@
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
};

0 commit comments

Comments
 (0)