We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783db77 commit c0a2285Copy full SHA for c0a2285
flake.nix
@@ -27,9 +27,8 @@
27
];
28
forEachSupportedSystem =
29
f: nixpkgs.lib.genAttrs supportedSystems (system: f { pkgs = import nixpkgs { inherit system; }; });
30
-
+
31
forEachSystem = nixpkgs.lib.genAttrs supportedSystems;
32
33
34
system = "x86_64-linux";
35
pkgs = import nixpkgs { inherit system; };
overlays/default.nix
@@ -1,4 +1,4 @@
1
{ ... }:
2
{
3
packages = final: _prev: import ../packages { pkgs = final; };
4
-}
+}
packages/default.nix
@@ -4,4 +4,4 @@
plugins = [ "github.com/caddy-dns/cloudflare@v0.2.1" ];
5
hash = "sha256-UwrkarDwfb6u+WGwkAq+8c+nbsFt7sVdxVAV9av0DLo=";
6
};
7
0 commit comments