forked from Fediversity/simple-nixos-fediverse
Compare commits
4 commits
dfb02038ac
...
86ac7345a9
Author | SHA1 | Date | |
---|---|---|---|
86ac7345a9 | |||
36b6a8d727 | |||
c62e14c544 | |||
3d8eadda4d |
|
@ -22,7 +22,7 @@ nixpkgs: machine:
|
||||||
];
|
];
|
||||||
nixpkgs.hostPlatform = "x86_64-linux";
|
nixpkgs.hostPlatform = "x86_64-linux";
|
||||||
programs.bash.loginShellInit = ''
|
programs.bash.loginShellInit = ''
|
||||||
${nixpkgs.lib.getExe bootstrap}
|
${nixpkgs.lib.getBin bootstrap}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
Reference in a new issue