Open yipengsun opened 2 years ago
Please, try to run bud home <build|switch> <user>
instead.
I tried bud home build dev
, and it seems to get my normal user built: I checked the result/home-path/bin
folder and it contains all binaries for my normal user.
Also, with bud --help
, I get:
home [switch] (user@fqdn | USER HOST | USER) Home-manager config of USER from HOST or host-less portable USER for current architecture
So if I'm reading correctly, I should be able to do bud home dev
?
Maybe there's a switch in the command line interface for the newer bud
? I'm using:
"bud": {
"inputs": {
"beautysh": "beautysh",
"devshell": [
"digga",
"devshell"
],
"nixpkgs": [
"nixos"
]
},
"locked": {
"lastModified": 1642035816,
"narHash": "sha256-1Lq5c1AeUv/1SK08+O704JVfDdD/zodHzA0cv0TIga8=",
"owner": "divnix",
"repo": "bud",
"rev": "a789d710851441ba7e7cd59be378623b1fe05688",
"type": "github"
},
"original": {
"owner": "divnix",
"repo": "bud",
"type": "github"
}
},
Hi,
I'm trying to build a portable
home-manager
profile with:where
dev
is the portable user, defined as:But I got the following error:
where
syp
is my normal user name.My configuration is at https://github.com/yipengsun/nix-config. I'm not sure if this is a
bud
problem. Feel free to move this issue.Thanks.