Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
horizon-plutus
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
package-sets
horizon-plutus
Merge requests
!6
925 2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
925 2
925-2
into
master
Overview
0
Commits
12
Pipelines
0
Changes
15
Merged
Daniel Firth
requested to merge
925-2
into
master
1 year ago
Overview
0
Commits
12
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
37005196
Prev
Next
Show latest version
1 file
+
44
−
0
Expand all files
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
37005196
nullify hls plugins
· 37005196
Daniel Firth
authored
1 year ago
configuration.nix
+
44
−
0
Options
@@ -22,6 +22,50 @@ final: prev: {
haskell-language-server
=
null
;
hiedb
=
null
;
hls-alternate-number-format-plugin
=
null
;
hls-cabal-fmt-plugin
=
null
;
hls-cabal-plugin
=
null
;
hls-call-heirarchy-plugin
=
null
;
hls-change-type-signature-plugin
=
null
;
hls-class-plugin
=
null
;
hls-code-range-plugin
=
null
;
hls-explicit-fixity-plugin
=
null
;
hls-explicit-imports-plugin
=
null
;
hls-explicit-record-fields-plugin
=
null
;
hls-fourmolu-plugin
=
null
;
hls-gadt-plugin
=
null
;
hls-hlint-plugin
=
null
;
hls-module-name-plugin
=
null
;
hls-pragmas-plugin
=
null
;
hls-qualify-imported-names-plugin
=
null
;
hls-refactor-plugin
=
null
;
hls-refine-imports-plugin
=
null
;
hls-retrie-plugin
=
null
;
hls-splice-plugin
=
null
;
hls-test-utils
=
null
;
plutus-core
=
pkgs
.
haskell
.
lib
.
addSetupDepend
prev
.
plutus-core
pkgs
.
haskell
.
packages
.
ghc925
.
Cabal_3_8_1_0
;
plutus-tx
=
pkgs
.
haskell
.
lib
.
addSetupDepend
prev
.
plutus-tx
pkgs
.
haskell
.
packages
.
ghc925
.
Cabal_3_8_1_0
;