mirror of
https://github.com/nmasur/dotfiles
synced 2025-12-29 07:22:42 +00:00
more fixes on warning for renamed system
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
inputs: _final: prev: {
|
||||
# Provides `pkgs.unstable`.
|
||||
unstable = import inputs.nixpkgs {
|
||||
inherit (prev) system config;
|
||||
system = prev.stdenv.hostPlatform.system;
|
||||
inherit (prev) config;
|
||||
overlays = [
|
||||
# inputs.self.overlays.vim-plugins
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user