tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
fix: unfree
devins.page
1 week ago
04d6c61b
4e064825
+5
1 changed file
expand all
collapse all
unified
split
flake.nix
+5
flake.nix
···
33
33
pkgs = import nixpkgs {
34
34
system = "aarch64-darwin";
35
35
overlays = overlays;
36
36
+
config.allowUnfree = true;
36
37
};
37
38
specialArgs = {inherit overlays;};
38
39
modules = [
···
50
51
pkgs = import nixpkgs {
51
52
system = "aarch64-darwin";
52
53
overlays = overlays;
54
54
+
config.allowUnfree = true;
53
55
};
54
56
specialArgs = {inherit overlays;};
55
57
modules = [
···
69
71
pkgs = import nixpkgs {
70
72
system = "x86_64-linux";
71
73
overlays = overlays;
74
74
+
config.allowUnfree = true;
72
75
};
73
76
specialArgs = {inherit overlays;};
74
77
modules = [
···
84
87
pkgs = import nixpkgs {
85
88
system = "x86_64-linux";
86
89
overlays = overlays;
90
90
+
config.allowUnfree = true;
87
91
};
88
92
specialArgs = {inherit overlays;};
89
93
modules = [
···
102
106
pkgs = import nixpkgs {
103
107
system = "x86_64-linux";
104
108
overlays = overlays;
109
109
+
config.allowUnfree = true;
105
110
};
106
111
specialArgs = {inherit overlays;};
107
112
modules = [