johnw has quit [Read error: Connection reset by peer]
johnw has joined #nix-darwin
philr has joined #nix-darwin
Lisanna has joined #nix-darwin
Sonarpulse has joined #nix-darwin
johnw has quit [Ping timeout: 240 seconds]
<cbarrett>
I'd like to contribute to the ios-sdk thing!
hamishmack has joined #nix-darwin
hamishmack has quit [Client Quit]
hamishmack has joined #nix-darwin
periklis has joined #nix-darwin
__Sander__ has joined #nix-darwin
johnw has joined #nix-darwin
johnw has quit [Ping timeout: 260 seconds]
periklis has quit [Ping timeout: 240 seconds]
Biappi has quit [Ping timeout: 245 seconds]
sphalerite has quit [Ping timeout: 240 seconds]
jtojnar has quit [Quit: jtojnar]
<nikivi>
Is it possible to use nix-darwin to somehow backup things like ~/Library/Application Support/ and ~/Library/Preferences/?
<nikivi>
of specific apps I use that is
jtojnar has joined #nix-darwin
sphalerite has joined #nix-darwin
philr has quit [Quit: WeeChat 2.1]
<LnL>
no, but I guess you could use path literals to copy some stuff to the store
<nikivi>
I am just thinking what is actually needed exactly to declarative define my macOS
<nikivi>
Without relying on time machine
johnw has joined #nix-darwin
johnw has quit [Ping timeout: 245 seconds]
Biappi has joined #nix-darwin
peacememories has joined #nix-darwin
<gchristensen>
a tool which looked at all the binaries in all of the nix store and found duplication would be nice
<LnL>
why?
<gchristensen>
closure size on the linuxkit builder )
<gchristensen>
:)
peacememories has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pjan has joined #nix-darwin
<LnL>
so like nix-store --optimize?
hamishmack has quit [Ping timeout: 252 seconds]
alexteves has joined #nix-darwin
<disasm>
is there a way to force darwin-rebuild to replace files in /etc? for example, I get this message: warning: not linking environment.etc."bashrc" because /etc/bashrc exists, skipping...
<gchristensen>
delete /etc/bashrc..? :)
<disasm>
fair enough :)
peacememories has joined #nix-darwin
<gchristensen>
puffnfresh: I feel like we need a good name for this builder projject
<gchristensen>
any tips?
<gchristensen>
^ a question for the crowd!
<gchristensen>
a light weight VM to run x8664 linux Nix on macos
<alexteves>
eacameron: ^
<LnL>
disasm: yeah, remove or make it source the /etc/static version
<LnL>
(re)move :)
<gchristensen>
ok can anyone test this stuff I've done?
<gchristensen>
I can upload a NAR of it all so you don't need a linux builder to try my linux builder
Sonarpulse has quit [Ping timeout: 252 seconds]
Lisanna has quit [Quit: Lisanna]
<clever>
gchristensen: not-os sounds good
<clever>
gchristensen: its already a usable arm build-slave on my rpi
<disasm>
This is something I'm playing with right now: https://github.com/disassembler/network/tree/master/nix-darwin-tools rvl wrote the first implementation of it, but I've been tweaking it for my personal use. Lets you deploy using nix-darwin in a nixops-eque way using a couple haskell scripts :)