Skip to content

Commit

Permalink
Update flake dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekker1 committed Dec 26, 2023
1 parent d567a0e commit c331c82
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,5 @@ dmypy.json

# Pyre type checker
.pyre/

result/
12 changes: 6 additions & 6 deletions flake.lock

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

5 changes: 3 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
description = "Application packaged using poetry2nix";
description = "Python package to access MiniZinc";

inputs = {
flake-utils.url = "github:numtide/flake-utils";
Expand Down Expand Up @@ -30,5 +30,6 @@
inputsFrom = [ self.packages.${system}.minizinc-python-dev ];
packages = [ pkgs.poetry ];
};
});
}
);
}

0 comments on commit c331c82

Please sign in to comment.