rekahsoft
/
guix-config
Archived
1
1
Fork 0
Guix configuration of Collin Doering
This repository has been archived on 2021-03-07. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
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
site/rekahsoft/packages First working crate package 2019-02-04 11:31:09 -05:00
.gitignore Add gitignore file 2019-02-01 15:10:31 -05:00
LICENSE Initial commit 2019-01-29 18:04:42 +00:00
README.md Initial commit 2019-01-29 18:04:42 +00:00
bat.scm Generate crate packages that are dependencies with bat and exa 2019-02-02 15:18:10 -05:00
config.scm Add X fonts and htop to system configuration 2019-02-02 15:18:10 -05:00
exa.scm Generate crate packages that are dependencies with bat and exa 2019-02-02 15:18:10 -05:00
package.scm Add testing package 2019-02-03 22:10:39 -05:00
rust-xyz.scm Generate crate packages that are dependencies with bat and exa 2019-02-02 15:18:10 -05:00
spaceship-prompt.scm Add WIP packaging of spaceship-prompt 2019-02-01 15:08:35 -05:00

README.md

guix-config

Guix configuration of Collin Doering