We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2320bd4 commit 3f93592Copy full SHA for 3f93592
flake.nix
@@ -10,20 +10,14 @@
10
flake-parts.lib.mkFlake {inherit inputs;} {
11
imports = [];
12
systems = ["x86_64-linux" "aarch64-linux" "aarch64-darwin" "x86_64-darwin"];
13
- perSystem = {
14
- config,
15
- self',
16
- inputs',
17
- pkgs,
18
- system,
19
- ...
20
- }: {
+ perSystem = {pkgs, ...}: {
21
devShells = {
22
default = pkgs.mkShell {
23
# The Nix packages provided in the environment
24
packages = with pkgs; [
25
beam.packages.erlang_27.erlang
26
beam.packages.erlang_27.elixir_1_17
+ act
27
];
28
};
29
0 commit comments