Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LogIA
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aalbert
LogIA
Merge requests
!11
Resolve "complete mini project 2"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "complete mini project 2"
7-complete-mini-project-2
into
main
Overview
0
Commits
23
Pipelines
0
Changes
9
Merged
aalbert
requested to merge
7-complete-mini-project-2
into
main
2 years ago
Overview
0
Commits
23
Pipelines
0
Changes
1
Expand
Closes
#7 (closed)
👍
0
👎
0
Merge request reports
Viewing commit
73e78dd2
Prev
Next
Show latest version
1 file
+
3
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
73e78dd2
update flake.nix
· 73e78dd2
aalbert
authored
2 years ago
flake.nix
+
3
−
1
Options
@@ -36,9 +36,11 @@
@@ -36,9 +36,11 @@
devShells
.
default
=
pkgs
.
mkShell
{
devShells
.
default
=
pkgs
.
mkShell
{
name
=
"logIA-dev"
;
name
=
"logIA-dev"
;
packages
=
with
pythonPackages
;
with
ocamlPackages
;
[
packages
=
with
ocamlPackages
;
[
python
python
z3
z3
pythonPackages
.
z3
pythonPackages
.
setuptools
ocaml
ocaml
findlib
findlib
dune_2
dune_2
Loading