1
0
Fork 0

Update overlay

This commit is contained in:
Malte Brandy 2021-05-01 00:12:48 +02:00
parent 1ffe8ea05c
commit 2a984f0bca
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -1,18 +1,10 @@
self: super: self: super:
let let
laminarPkgs = import (builtins.fetchGit { unstable = import super.sources.nixos-unstable {};
url = "https://github.com/maralorn/nixpkgs.git"; in
rev = "e37cd38effca0310cfe4d27583102175b4a456c9"; {
ref = "laminar"; inherit (unstable)
}) { }; laminar upterm syncthing vimPlugins dhallPackages fzf
unstable = import super.sources.nixos-unstable { }; ;
in {
laminar = laminarPkgs.laminar;
syncthingNext = unstable.syncthing;
upterm = unstable.upterm;
syncthing = unstable.syncthing;
vimPlugins = unstable.vimPlugins;
dhallPackages = unstable.dhallPackages;
fzf = unstable.fzf;
matrix-synapse-tools.rust-synapse-compress-state = unstable.matrix-synapse-tools.rust-synapse-compress-state; matrix-synapse-tools.rust-synapse-compress-state = unstable.matrix-synapse-tools.rust-synapse-compress-state;
} }