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