Skip to content

Commit

Permalink
dev: bump devenv.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Nov 4, 2024
1 parent 1e4aa1d commit 50b93c6
Showing 1 changed file with 30 additions and 27 deletions.
57 changes: 30 additions & 27 deletions devenv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,32 @@
"type": "github"
}
},
"git-hooks": {
"inputs": {
"flake-compat": "flake-compat",
"gitignore": "gitignore",
"nixpkgs": [
"nixpkgs"
],
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1730302582,
"owner": "cachix",
"repo": "git-hooks.nix",
"rev": "af8a16fe5c264f5e9e18bcee2859b40a656876cf",
"type": "github"
},
"original": {
"owner": "cachix",
"repo": "git-hooks.nix",
"type": "github"
}
},
"gitignore": {
"inputs": {
"nixpkgs": [
"pre-commit-hooks",
"git-hooks",
"nixpkgs"
]
},
Expand Down Expand Up @@ -100,7 +122,7 @@
},
"nix": {
"inputs": {
"flake-compat": "flake-compat",
"flake-compat": "flake-compat_2",
"flake-parts": "flake-parts",
"libgit2": "libgit2",
"nixpkgs": "nixpkgs",
Expand All @@ -124,10 +146,10 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1730639723,
"lastModified": 1730665687,
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0ff34a48982911b45624a2b399dd16b2ab14af01",
"rev": "df9782b6077321330159a0ad8902d879f093d7c1",
"type": "github"
},
"original": {
Expand Down Expand Up @@ -227,34 +249,15 @@
"type": "github"
}
},
"pre-commit-hooks_2": {
"inputs": {
"flake-compat": "flake-compat_2",
"gitignore": "gitignore",
"nixpkgs": [
"nixpkgs"
],
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1730302582,
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"rev": "af8a16fe5c264f5e9e18bcee2859b40a656876cf",
"type": "github"
},
"original": {
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"type": "github"
}
},
"root": {
"inputs": {
"devenv": "devenv",
"git-hooks": "git-hooks",
"nix": "nix",
"nixpkgs": "nixpkgs_2",
"pre-commit-hooks": "pre-commit-hooks_2"
"pre-commit-hooks": [
"git-hooks"
]
}
}
},
Expand Down

0 comments on commit 50b93c6

Please sign in to comment.