Skip to content

Commit

Permalink
Use omnix to build
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jan 29, 2025
1 parent 19255e7 commit 7719d65
Show file tree
Hide file tree
Showing 7 changed files with 334 additions and 5 deletions.
303 changes: 303 additions & 0 deletions flake.lock

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

3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
safe-coloured-text.url = "github:NorfairKing/safe-coloured-text";
safe-coloured-text.flake = false;
co-log-effectful.url = "github:eldritch-cookie/co-log-effectful";

# Runtime dependencies
omnix.url = "github:juspay/omnix";
};

outputs = inputs:
Expand Down
3 changes: 2 additions & 1 deletion nix/modules/flake-parts/devshell.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
perSystem = { config, pkgs, ... }: {
perSystem = { inputs', config, pkgs, ... }: {
# Default shell.
devShells.default = pkgs.mkShell {
name = "vira-devshell";
Expand All @@ -13,6 +13,7 @@
just
nixd
ghciwatch
inputs'.omnix.packages.default
];
};
};
Expand Down
Loading

0 comments on commit 7719d65

Please sign in to comment.