mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix: overlay syntax
This commit is contained in:
@@ -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>)
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user