Skip to content

Commit e7db9d7

Browse files
nix2readme
1 parent ab91b55 commit e7db9d7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,15 @@ src_install() {
9393
emake prefix="/usr" DESTDIR="${D}" install
9494
}
9595
```
96+
97+
# Nix
98+
99+
A flake providing `packages.acme` and `packages.sam` is contained in the project root.
100+
101+
You can, for example, run
102+
103+
```
104+
nix shell github:butteronarchbtw/acme-linux#sam
105+
```
106+
107+
and use the binaries as explained above.

0 commit comments

Comments
 (0)