Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bscpkgs
Manage
Activity
Members
Labels
Plan
Issues
67
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rodrigo Arias Mallo
bscpkgs
Merge requests
!38
Flake pkgs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Flake pkgs
flake-pkgs
into
master
Overview
0
Commits
4
Pipelines
2
Changes
4
Merged
Rodrigo Arias Mallo
requested to merge
flake-pkgs
into
master
1 year ago
Overview
0
Commits
4
Pipelines
2
Changes
4
Expand
Fixes
#149 (closed)
0
0
Merge request reports
Compare
master
version 1
124cb6a4
1 year ago
master (base)
and
latest version
latest version
18d64c35
4 commits,
1 year ago
version 1
124cb6a4
3 commits,
1 year ago
4 files
+
44
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
bsc/paraver/kernel.nix
+
2
−
0
Options
@@ -7,6 +7,7 @@
,
wxGTK30
,
autoconf
,
automake
,
pkg-config
}:
let
@@ -49,5 +50,6 @@ stdenv.mkDerivation rec {
xml2
autoconf
automake
pkg-config
];
}