rekahsoft
/
guix-config
Archived
1
1
Fork 0
Commit Graph

15 Commits

Author SHA1 Message Date
Collin J. Doering e94026488f First working crate package
Note: if a crate does not produce any binaries during the build phase,
it must be skipped otherwise the `cargo install --release` command
that is conditionally run during the install phase will cause an
error. The condition by which `cargo install ...` is run during the
install phase is based on whether a `.Cargo.lock` is present, which
will only occur if the package is built (eg `cargo build ...` is run).
2019-02-04 11:31:09 -05:00
Collin J. Doering 7e5ecec87e Move rust-xyz packages module to WIP 2019-02-04 11:30:00 -05:00
Collin J. Doering 075daeb516 Add testing package 2019-02-03 22:10:39 -05:00
Collin J. Doering a2d10e696f Delete hello.scm example 2019-02-03 22:10:29 -05:00
Collin J. Doering b5ba4c8107 Add X fonts and htop to system configuration 2019-02-02 15:18:10 -05:00
Collin J. Doering 30ede18070 Generate crate packages that are dependencies with bat and exa 2019-02-02 15:18:10 -05:00
Collin J. Doering 29a02f22b1
Add WIP exa and bat packages
Signed-off-by: Collin J. Doering <collin@rekahsoft.ca>
2019-02-01 15:18:15 -05:00
Collin J. Doering d212d44bb5
Add gitignore file
Signed-off-by: Collin J. Doering <collin@rekahsoft.ca>
2019-02-01 15:10:31 -05:00
Collin J. Doering cbef2a6575 Add WIP packaging of spaceship-prompt 2019-02-01 15:08:35 -05:00
Collin J. Doering cbfdeb9511 Add file command to system configuration 2019-02-01 15:08:24 -05:00
Collin J. Doering a13032bf32
Add example package for the hello program
See: https://www.gnu.org/software/guix/blog/2018/a-packaging-tutorial-for-guix/

Signed-off-by: Collin J. Doering <collin@rekahsoft.ca>
2019-01-31 13:06:50 -05:00
Collin J. Doering d175349ae3 Ongoing WIP 2019-01-31 01:26:03 -05:00
Collin J. Doering ab2ecf3595 Ongoing WIP 2019-01-29 21:27:58 -05:00
Collin J. Doering 414b1f434e
Initial WIP guix configuration
Signed-off-by: Collin J. Doering <collin@rekahsoft.ca>
2019-01-29 13:07:31 -05:00
Collin J. Doering 72c1acd0f0 Initial commit 2019-01-29 18:04:42 +00:00