Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LeaseReport
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
PrivateStorage
LeaseReport
Merge requests
!6
Update dependencies 2025-02
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update dependencies 2025-02
update-2025-02
into
main
Overview
1
Commits
1
Pipelines
1
Changes
4
Merged
Florian Sesser
requested to merge
update-2025-02
into
main
2 weeks ago
Overview
1
Commits
1
Pipelines
1
Changes
4
Expand
Commands used:
niv update --branch nixos-24.11 nixpkgs
niv init
niv update
two manual edits (default.nix and stack.yaml)
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
b1cfda31
1 commit,
2 weeks ago
4 files
+
83
−
59
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
nix/default.nix
+
1
−
1
Options
@@ -14,7 +14,7 @@ let
# haskell.nix provides access to the nixpkgs pins which are used by their CI,
# hence you will be more likely to get cache hits when using these.
# But you can also just use your own, e.g. '<nixpkgs>'.
haskellNix
.
sources
.
nixpkgs-2
1
11
haskellNix
.
nixpkgsArgs
;
haskellNix
.
sources
.
nixpkgs-2
4
11
haskellNix
.
nixpkgsArgs
;
in
pkgs
.
haskell-nix
.
project
{
src
=
pkgs
.
haskell-nix
.
haskellLib
.
cleanGit
{
Loading