インストールしようとしています。素材シェル今は不安定なだけです。
使っていますWikipediaのガイドこれと共に不安定なパッケージをインストールしてください。チャンネルを使用せずに不安定性を追加する方法に関する投稿。
構成は次のとおりです。
let
unstableTarball =
fetchTarball
https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz;
in
{
nixpkgs.config = {
packageOverrides = pkgs: {
unstable = import unstableTarball {
config = config.nixpkgs.config;
};
};
};
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
unstable.gnomeExtensions.material-shell
];
}
20.09以降、エラーなしでGNOME拡張をインストールできます。不安定なパッケージをエラーなくインストールできます。 "unstable.gnomeExtensions.material-shell"をインストールしようとすると、次のビルドエラーが発生します。
building Nix...
building the system configuration...
error: attribute 'material-shell' missing, at /cfg/configuration.nix:102:5
(use '--show-trace' to show detailed location information)
Configuration.nixのEnvironment.systemPackagesとhome.nixのhome.packagesを介してインストールを試みました。
この機能が機能するには、別のパッケージ名を使用する必要がありますか?
答え1
https://github.com/NixOS/nixpkgs-channelsリポジトリは廃止され、更新されなくなりました。チャネルブランチは現在、デフォルトのストレージの一部です。次に切り替える必要があります。https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz