-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install the package with following error when trying to build Nix: "error: attempt to call something which is not a function but a set" #18
Comments
I believe at present the config editor only supports a monolithic |
It still gives the same issue when I put it in |
not sure then, i don't really have all that much experience with nix myself (even though i've been using it for over a year) |
it seems i have the same problem. i just installed nixos, so it should be a clean build, but it is also possible i fucked something up during configuration.
|
i could hazard a guess that it no longer works when trying to install it without flakes |
if so, the readme should probably be updated accordingly |
I just started using NixOS, sorry if I did something wrong.
Hello, I saw your package from https://github.com/nix-community/awesome-nix and I wanted to give it a shot.
I also tried to install your package "nix-software-center" which builds correctly and works, but for some reason this doesn't.
My configuration is split between files, to have a better management, and its as follows:
sudo ls /etc/nixos/ configuration.nix font_awesome.nix hardware-configuration.nix nix-software-center.nix plymouth.nix sway_programs.nix disk_mounts.nix gnome.nix nixos-conf-editor.nix pipewire.nix sway.nix vscode_unstable.nix
the
nixos-conf-editor.nix
is included inconfiguration.nix
and its content is as follows:` # nixos-conf-editor.nix
{ config, pkgs, lib, ... }:
`
This is what it shows when I try to run
sudo nixos-rebuild switch
(and also withsudo nixos-rebuild switch --upgrade
):` [user@NixOS-Top:~]$ sudo nixos-rebuild switch
building Nix...
building the system configuration...
error:
… while calling the 'head' builtin
[user@NixOS-Top:~]$ `
Is there something wrong on my end? TIA
The text was updated successfully, but these errors were encountered: