Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AKPlanning
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maximilian Marx
AKPlanning
Commits
a9c06445
Verified
Commit
a9c06445
authored
Nov 26, 2022
by
Maximilian Marx
Browse files
Options
Downloads
Patches
Plain Diff
Add gettext and sqlite to devshell
parent
43c95e68
No related branches found
No related tags found
No related merge requests found
Pipeline
#117323
passed
Nov 26, 2022
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
flake.nix
+8
-4
8 additions, 4 deletions
flake.nix
with
8 additions
and
4 deletions
flake.nix
+
8
−
4
View file @
a9c06445
...
@@ -14,10 +14,11 @@
...
@@ -14,10 +14,11 @@
outputsBuilder
=
channels
:
outputsBuilder
=
channels
:
let
let
inherit
(
channels
.
nixpkgs
)
system
lib
;
pkgs
=
channels
.
nixpkgs
;
inherit
(
pkgs
)
system
lib
;
mach-nix
=
inputs
.
mach-nix
.
lib
.
"
${
system
}
"
;
mach-nix
=
inputs
.
mach-nix
.
lib
.
"
${
system
}
"
;
in
{
in
{
devShells
.
default
=
channels
.
nix
pkgs
.
mkShell
{
devShells
.
default
=
pkgs
.
mkShell
{
buildInputs
=
[
buildInputs
=
[
(
mach-nix
.
mkPython
{
(
mach-nix
.
mkPython
{
python
=
"python37"
;
python
=
"python37"
;
...
@@ -28,11 +29,14 @@
...
@@ -28,11 +29,14 @@
];
];
})
})
(
channels
.
nix
pkgs
.
texlive
.
combine
{
(
pkgs
.
texlive
.
combine
{
inherit
(
channels
.
nix
pkgs
.
texlive
)
inherit
(
pkgs
.
texlive
)
scheme-basic
beamer
luatex
collection-latexrecommended
scheme-basic
beamer
luatex
collection-latexrecommended
collection-latexextra
collection-fontsextra
;
collection-latexextra
collection-fontsextra
;
})
})
pkgs
.
gettext
pkgs
.
sqlite
];
];
};
};
};
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment