Skip to content

Commit

Permalink
Merge branch 'master' into container
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Nov 8, 2024
2 parents ea995cb + 0062302 commit e166536
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source_url https://raw.githubusercontent.com/juspay/omnix/22442f4c3907eae53f0fa0289d31fa359a2073c8/omnixrc 'sha256-wg6irSI4yxSJGheCNXVu7e2odD8myDqlVmpGnx+JYaM='
source_url https://raw.githubusercontent.com/juspay/omnix/4daebcb38082e0f933d6a25284948122ad3a507e/omnixrc 'sha256-6+bGgf1Dw9Ua/7aiFs7RyN8slHZeOsBCmNsIQ5nqHGM='

watch_file nix/modules/flake-parts/*.nix

Expand Down
1 change: 1 addition & 0 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://srid.ca/coc
16 changes: 9 additions & 7 deletions nix/modules/flake-parts/toplevel.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@
description = "A simple flake.nix template for emanote notebooks";
path = builtins.path { path = inputs.emanote-template; filter = path: _: baseNameOf path == "flake.nix"; };
};
om.ci.default = {
emanote = {
dir = ".";
steps.custom = {
closure-size = {
type = "app";
name = "check-closure-size";
om = {
ci.default = {
emanote = {
dir = ".";
steps.custom = {
closure-size = {
type = "app";
name = "check-closure-size";
};
};
};
};
Expand Down

0 comments on commit e166536

Please sign in to comment.