Skip to content

Commit

Permalink
Merge pull request #5 from IntersectMBO/cl/flakelock
Browse files Browse the repository at this point in the history
update flake and gitignore
  • Loading branch information
CarlosLopezDeLara authored Oct 30, 2024
2 parents 1615e3d + b24978b commit 0bbd665
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 28 deletions.
12 changes: 6 additions & 6 deletions .docusaurus/client-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,18 +128,18 @@
"245": {
"js": [
{
"file": "assets/js/3dccc871.2e1ff907.js",
"hash": "a4d996d2eec4e254",
"publicPath": "/workgroup-info/assets/js/3dccc871.2e1ff907.js"
"file": "assets/js/3dccc871.1437f8e2.js",
"hash": "abc2ea60ed758067",
"publicPath": "/workgroup-info/assets/js/3dccc871.1437f8e2.js"
}
]
},
"354": {
"js": [
{
"file": "assets/js/runtime~main.6cef869f.js",
"hash": "71425ea309719b78",
"publicPath": "/workgroup-info/assets/js/runtime~main.6cef869f.js"
"file": "assets/js/runtime~main.b26df2e6.js",
"hash": "eb3c1465e82c0c4d",
"publicPath": "/workgroup-info/assets/js/runtime~main.b26df2e6.js"
}
]
},
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# .gitignore

# Ignore the build directory
build/
node_modules
36 changes: 15 additions & 21 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# Default shell.
devShells.default = pkgs.mkShell {
name = "cardano-test-plans";
name = "workgroup-info";
inputsFrom = [
config.treefmt.build.devShell
];
Expand Down

0 comments on commit 0bbd665

Please sign in to comment.