<feed xmlns='http://www.w3.org/2005/Atom'>
<title>deploy-rs/examples, branch master</title>
<subtitle>forked from https://github.com/serokell/deploy-rs/
</subtitle>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/deploy-rs/'/>
<entry>
<title>fixup! [#210] Add activation script for darwin system and provide a usage example</title>
<updated>2023-05-12T02:59:19+00:00</updated>
<author>
<name>Roman Melnikov</name>
</author>
<published>2023-05-12T02:59:19+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/deploy-rs/commit/?id=8ef5b948e308d809cb7882036007e0ef9743acc8'/>
<id>8ef5b948e308d809cb7882036007e0ef9743acc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[#210] Add activation script for darwin system and provide a usage example</title>
<updated>2023-05-11T08:02:01+00:00</updated>
<author>
<name>Roman Melnikov</name>
</author>
<published>2023-05-11T03:58:02+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/deploy-rs/commit/?id=f4062956807a0a9703de166ac4a160a7aca1133c'/>
<id>f4062956807a0a9703de166ac4a160a7aca1133c</id>
<content type='text'>
Problem: It's possible to use 'deploy-rs' for deploying 'darwinSystem'
configuration from 'nix-darwin' to a darwin system. However, there is no
dedicated activatiot script for darwin and thus one has to come up with
'custom' activation script.

Solution:
1) Add 'darwin' attribute to 'lib.activate' that provides a script that
   should be used to activate 'darwinSystem' config with 'deploy-rs'.
2) Add a new 'examples/darwin' example that provides simple flake for
   deploying configuration to a darwin target.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem: It's possible to use 'deploy-rs' for deploying 'darwinSystem'
configuration from 'nix-darwin' to a darwin system. However, there is no
dedicated activatiot script for darwin and thus one has to come up with
'custom' activation script.

Solution:
1) Add 'darwin' attribute to 'lib.activate' that provides a script that
   should be used to activate 'darwinSystem' config with 'deploy-rs'.
2) Add a new 'examples/darwin' example that provides simple flake for
   deploying configuration to a darwin target.
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: replace .license files with dep5 config</title>
<updated>2022-01-13T22:38:18+00:00</updated>
<author>
<name>06kellyjac</name>
</author>
<published>2021-11-02T17:29:10+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/deploy-rs/commit/?id=0ac333cdc03407538b5b19d60a8e7c64588490fb'/>
<id>0ac333cdc03407538b5b19d60a8e7c64588490fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix examples/system/README.md: `deploy` -&gt; `deploy-rs`</title>
<updated>2021-02-27T02:11:53+00:00</updated>
<author>
<name>Tal Walter</name>
</author>
<published>2021-02-27T02:11:53+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/deploy-rs/commit/?id=c89930b0d94528c66c24098e9b9f9edf21b01591'/>
<id>c89930b0d94528c66c24098e9b9f9edf21b01591</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update `activate.nixos` to take a configuration, not a derivation</title>
<updated>2020-11-23T01:12:29+00:00</updated>
<author>
<name>notgne2</name>
</author>
<published>2020-11-23T01:12:29+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/deploy-rs/commit/?id=08c6bd8b73489d50a99129a22f559e6197892c23'/>
<id>08c6bd8b73489d50a99129a22f559e6197892c23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix example command in system example</title>
<updated>2020-10-31T01:35:26+00:00</updated>
<author>
<name>notgne2</name>
</author>
<published>2020-10-31T01:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/deploy-rs/commit/?id=88b40b129cc17af674d28d02fa480b59fd364c42'/>
<id>88b40b129cc17af674d28d02fa480b59fd364c42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update example flakes</title>
<updated>2020-10-26T19:27:20+00:00</updated>
<author>
<name>notgne2</name>
</author>
<published>2020-10-26T19:27:20+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/deploy-rs/commit/?id=7ec0bc21cd3678e39270d7ea59bccaefa288abfa'/>
<id>7ec0bc21cd3678e39270d7ea59bccaefa288abfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update lockfiles</title>
<updated>2020-10-11T22:19:34+00:00</updated>
<author>
<name>notgne2</name>
</author>
<published>2020-10-11T22:19:34+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/deploy-rs/commit/?id=898bb2814b51fb76ef3d54164768512ed13016be'/>
<id>898bb2814b51fb76ef3d54164768512ed13016be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update lock files</title>
<updated>2020-10-11T22:09:37+00:00</updated>
<author>
<name>notgne2</name>
</author>
<published>2020-10-11T22:09:37+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/deploy-rs/commit/?id=f2e5b9b39303ec66142caadad6aea74ee56a4c93'/>
<id>f2e5b9b39303ec66142caadad6aea74ee56a4c93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add skip-push flag</title>
<updated>2020-10-06T18:08:40+00:00</updated>
<author>
<name>notgne2</name>
</author>
<published>2020-10-06T18:08:40+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/deploy-rs/commit/?id=3a92593bf9c4ca07a2b09888e4a3f7dff6c9c510'/>
<id>3a92593bf9c4ca07a2b09888e4a3f7dff6c9c510</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
