Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argotk
Commits
4907d5e8
Commit
4907d5e8
authored
Mar 05, 2019
by
Valentin Reis
Browse files
updates default.nix to use argument passing.
parent
e264fad2
Pipeline
#5829
passed with stage
in 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
default.nix
View file @
4907d5e8
{
pkgs
?
import
<
argopkgs
>
{},
pkgs
?
import
<
argopkgs
>
{
argotk-src
=
./.
;
},
}:
rec
{
argotk
=
pkgs
.
argotk
.
overrideAttrs
(
old
:{
src
=
./.
;
});
argotk
=
pkgs
.
argotk
;
hack
=
pkgs
.
argolib
.
getHackEnv
pkgs
pkgs
.
haskellPackages
argotk
;
shakeEnv
=
pkgs
.
stdenv
.
mkDerivation
{
name
=
"shake"
;
ARGOTK_SHARE
=
"
${
argotk
}
/share"
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment