Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
go2pins
Commits
2680e5ee
Verified
Commit
2680e5ee
authored
Jan 07, 2022
by
Hugo Moreau
Browse files
nix: fix buildInputs
parent
f2310f69
Pipeline
#32549
passed with stage
in 5 minutes and 10 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
flake.nix
View file @
2680e5ee
...
...
@@ -21,7 +21,7 @@
src
=
self
;
b
uildInputs
=
with
spotpkgs
;
[
propagatedB
uildInputs
=
with
spotpkgs
;
[
spotFull
];
...
...
@@ -63,7 +63,6 @@
devShell
=
pkgs
.
mkShell
{
buildInputs
=
with
pkgs
;
[
go
spotpkgs
.
spotFull
self
.
packages
.
${
system
}
.
go2pins
];
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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