Skip to content

Commit

Permalink
Build with nixos-23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tabe committed Jan 7, 2024
1 parent 58e26e6 commit ca7a37b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 24 deletions.
36 changes: 16 additions & 20 deletions flake.lock

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

8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
description = "A flake for building Flint";

inputs.nixpkgs.url = github:NixOS/nixpkgs/nixos-23.05;
inputs.nixpkgs.url = github:NixOS/nixpkgs/nixos-23.11;

inputs.clibsedml = {
url = github:flintproject/clibsedml;
inputs.nixpkgs.follows = "nixpkgs";
};

inputs.flint-libsbml = {
url = github:flintproject/flint-libsbml/f4a93d6a98d4709e57679942d738ef6c5b91b25d;
url = github:flintproject/flint-libsbml;
inputs.nixpkgs.follows = "nixpkgs";
};

inputs.flint-sundials = {
url = github:flintproject/flint-sundials/d731df04f3cca23a0eb7b95dd3546d3360d2f26a;
url = github:flintproject/flint-sundials;
inputs.nixpkgs.follows = "nixpkgs";
};

inputs.flint-soslib = {
url = github:flintproject/flint-soslib/8eaf848cc3f15fb4bcf82851cce50d3e714e9822;
url = github:flintproject/flint-soslib;
inputs.nixpkgs.follows = "nixpkgs";
};

Expand Down

0 comments on commit ca7a37b

Please sign in to comment.