Skip to content

Commit

Permalink
chore: gitignore .envrc, bump devenv (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-q authored May 31, 2024
1 parent 4c775db commit 1025937
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 52 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,4 @@ devenv.local.nix

# pre-commit
.pre-commit-config.yaml
/.envrc
70 changes: 18 additions & 52 deletions devenv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"devenv": {
"locked": {
"dir": "src/modules",
"lastModified": 1713955155,
"lastModified": 1717072927,
"owner": "cachix",
"repo": "devenv",
"rev": "fc9fc0dfc0b21a58fc7de9de11ad4f2bbbf9b076",
"treeHash": "24d3d253b35b868b1f1466c6c2b7aa81978a8114",
"rev": "fe3b1de09bcf45040a8bbfe850feba403a8af73f",
"treeHash": "920ef8f699e313c50d1cb8cd4567c9e833691a31",
"type": "github"
},
"original": {
Expand All @@ -25,11 +25,11 @@
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
"lastModified": 1713939967,
"lastModified": 1717136818,
"owner": "nix-community",
"repo": "fenix",
"rev": "5c3ff469526a6ca54a887fbda9d67aef4dd4a921",
"treeHash": "8fe5738bd85caabed2743fced62f69e13c8b851e",
"rev": "14c3b99d4b7cb91343807eac77f005ed9218f742",
"treeHash": "ab82469e3b2841ddca5099c8c32e84c9a5749b15",
"type": "github"
},
"original": {
Expand All @@ -54,24 +54,6 @@
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1710146030,
"owner": "numtide",
"repo": "flake-utils",
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
"treeHash": "bd263f021e345cb4a39d80c126ab650bebc3c10c",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"gitignore": {
"inputs": {
"nixpkgs": [
Expand All @@ -95,11 +77,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1713805509,
"lastModified": 1717112898,
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1e1dc66fe68972a76679644a5577828b6a7e8be4",
"treeHash": "45178d59be92731d710aea19878b2f10c925a040",
"rev": "6132b0f6e344ce2fe34fc051b72fb46e34f668e0",
"treeHash": "c025fb6c06ce8e6bafe5befc1fb801da72dd8df3",
"type": "github"
},
"original": {
Expand All @@ -111,11 +93,11 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1713725259,
"lastModified": 1716991068,
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "a5e4bbcb4780c63c79c87d29ea409abf097de3f7",
"treeHash": "d71e381aa8a18139cbba1b0bae4338a2b78108df",
"rev": "25cf937a30bf0801447f6bf544fc7486c6309234",
"treeHash": "67d550c2b5e96c6c1e2b317c54a37b4ca5fef106",
"type": "github"
},
"original": {
Expand All @@ -128,19 +110,18 @@
"pre-commit-hooks": {
"inputs": {
"flake-compat": "flake-compat",
"flake-utils": "flake-utils",
"gitignore": "gitignore",
"nixpkgs": [
"nixpkgs"
],
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1713954846,
"lastModified": 1716213921,
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"rev": "6fb82e44254d6a0ece014ec423cb62d92435336f",
"treeHash": "a456512c8da29752b79131f1e5b45053e2394078",
"rev": "0e8fcc54b842ad8428c9e705cb5994eaf05c26a0",
"treeHash": "17b9f9f9983467bcff247b09761dca9831d3d3be",
"type": "github"
},
"original": {
Expand All @@ -160,11 +141,11 @@
"rust-analyzer-src": {
"flake": false,
"locked": {
"lastModified": 1713801366,
"lastModified": 1716828004,
"owner": "rust-lang",
"repo": "rust-analyzer",
"rev": "e31c9f3fe11148514c3ad254b639b2ed7dbe35de",
"treeHash": "29bb80054fd850ae0830afaaeed46fbb4766f8df",
"rev": "b32f181f477576bb203879f7539608f3327b6178",
"treeHash": "4b8a01567abe7a8fc5561563aa52ac6c029fb31d",
"type": "github"
},
"original": {
Expand All @@ -173,21 +154,6 @@
"repo": "rust-analyzer",
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"treeHash": "cce81f2a0f0743b2eb61bc2eb6c7adbe2f2c6beb",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",
Expand Down

0 comments on commit 1025937

Please sign in to comment.