Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
quasar-wayland
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
Container 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
Jens Nolte
quasar-wayland
Commits
77b0438b
Commit
77b0438b
authored
2 years ago
by
Jens Nolte
Browse files
Options
Downloads
Patches
Plain Diff
Update quasar
parent
c6dbe1c9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
flake.lock
+3
-3
3 additions, 3 deletions
flake.lock
flake.nix
+10
-8
10 additions, 8 deletions
flake.nix
with
13 additions
and
11 deletions
flake.lock
+
3
−
3
View file @
77b0438b
...
...
@@ -24,11 +24,11 @@
},
"locked": {
"host": "git.c3pb.de",
"lastModified": 166
0518832
,
"narHash": "sha256-
nH+6BCO9VnKJz3gmqXjGkzsCNr+J4NrUQEIY90HhwS0
=",
"lastModified": 166
4064185
,
"narHash": "sha256-
gSMv64mqL432oeUvMtvSPj76peq+cWUkXgRAMmJ/xLY
=",
"owner": "jens",
"repo": "quasar",
"rev": "
7038f65573387fc86f4c856fa5b34a8e03f134c3
",
"rev": "
2b384f9f31c344d206d2e04cf6256f5439cc1dbc
",
"type": "gitlab"
},
"original": {
...
...
This diff is collapsed.
Click to expand it.
flake.nix
+
10
−
8
View file @
77b0438b
...
...
@@ -16,8 +16,8 @@
in
{
packages
=
forAllSystems
(
system
:
let
pkgs
=
import
nixpkgs
{
inherit
system
;
overlays
=
[
self
.
overlay
quasar
.
overlay
self
.
overlay
s
.
default
quasar
.
overlay
s
.
default
];
};
in
rec
{
default
=
quasar-wayland
;
...
...
@@ -25,15 +25,16 @@
}
);
overlay
=
final
:
prev
:
{
haskell
=
prev
.
haskell
//
{
packageOverrides
=
hfinal
:
hprev
:
prev
.
haskell
.
packageOverrides
hfinal
hprev
//
{
quasar-wayland
=
hfinal
.
callCabal2nix
"quasar-wayland"
./.
{};
overlays
=
{
default
=
final
:
prev
:
{
haskell
=
prev
.
haskell
//
{
packageOverrides
=
hfinal
:
hprev
:
prev
.
haskell
.
packageOverrides
hfinal
hprev
//
{
quasar-wayland
=
hfinal
.
callCabal2nix
"quasar-wayland"
./.
{};
};
};
};
};
overlays
=
{
quasar
=
quasar
.
overlay
;
};
...
...
@@ -48,6 +49,7 @@
pkgs
.
entr
pkgs
.
ghcid
pkgs
.
haskell-language-server
pkgs
.
hlint
];
}
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment