1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix: overlay syntax

This commit is contained in:
Kierán Meinhardt
2020-09-10 13:07:07 +02:00
parent 5e768e932f
commit 237c733c1d

View File

@@ -95,7 +95,6 @@ in {
}
{
nixpkgs = {
overlays = [ (import <niveum/overlays/toml.nix>) ];
config = {
allowUnfree = true;
packageOverrides = pkgs: {
@@ -116,7 +115,7 @@ in {
(self: super: {
scripts = import <niveum/packages/scripts> { pkgs = super; lib = super.lib; };
})
# (import <niveum/overlays/rust.nix>)
(import <niveum/overlays/toml.nix>)
];
};
}