diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-07-19 17:31:22 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-07-19 17:31:22 -0700 |
| commit | 8e3e7a0c4551583493e212d70449cee308ef04c0 (patch) | |
| tree | 61eadc2daa598a145e54190fcbcf14c759d5eccc /flake.lock | |
| parent | check for broken links (diff) | |
| download | fcuny.net-8e3e7a0c4551583493e212d70449cee308ef04c0.tar.gz | |
use just as a task runner
Diffstat (limited to '')
| -rw-r--r-- | flake.lock | 37 |
1 files changed, 1 insertions, 36 deletions
@@ -103,22 +103,6 @@ "type": "github" } }, - "nixpkgs_3": { - "locked": { - "lastModified": 1719690277, - "narHash": "sha256-0xSej1g7eP2kaUF+JQp8jdyNmpmCJKRpO12mKl/36Kc=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "2741b4b489b55df32afac57bc4bfd220e8bf617e", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "pre-commit-hooks": { "inputs": { "flake-compat": "flake-compat", @@ -144,8 +128,7 @@ "inputs": { "flake-utils": "flake-utils", "nixpkgs": "nixpkgs", - "pre-commit-hooks": "pre-commit-hooks", - "treefmt-nix": "treefmt-nix" + "pre-commit-hooks": "pre-commit-hooks" } }, "systems": { @@ -162,24 +145,6 @@ "repo": "default", "type": "github" } - }, - "treefmt-nix": { - "inputs": { - "nixpkgs": "nixpkgs_3" - }, - "locked": { - "lastModified": 1719887753, - "narHash": "sha256-p0B2r98UtZzRDM5miGRafL4h7TwGRC4DII+XXHDHqek=", - "owner": "numtide", - "repo": "treefmt-nix", - "rev": "bdb6355009562d8f9313d9460c0d3860f525bc6c", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "treefmt-nix", - "type": "github" - } } }, "root": "root", |
