Skip to content

Commit 59a2642

Browse files
committed
chore: CI (nixos)
1 parent 75e425d commit 59a2642

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

.builds/nixos.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@
44

55
image: nixos/latest
66

7+
repositories:
8+
nixpkgs: https://nixos.org/channels/nixpkgs-unstable
9+
710
packages:
8-
- python
9-
- uv
10-
- git
11-
- gnumake
12-
- postgresql
13-
- sqlite
14-
- gcc
15-
- openssl
16-
- pcre2
17-
- libxcrypt
11+
- nixpkgs.python
12+
- nixpkgs.uv
13+
- nixpkgs.git
14+
- nixpkgs.gnumake
15+
- nixpkgs.postgresql
16+
- nixpkgs.sqlite
17+
- nixpkgs.gcc
18+
- nixpkgs.openssl
19+
- nixpkgs.pcre2
20+
- nixpkgs.libxcrypt
1821

1922
# - python3-3.12.12-env
2023
# - uv-0.9.25

0 commit comments

Comments
 (0)