We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9461840 commit 6ff0ae4Copy full SHA for 6ff0ae4
1 file changed
flake.nix
@@ -14,14 +14,11 @@
14
};
15
16
outputs = { self, nixpkgs, systems, ... }@inputs: let
17
- # Systems to access its lib
18
- sysLib = import systems { inherit inputs; };
19
-
20
# Supported systems
21
supportedSystems = [ "x86_64-linux" ];
22
23
# Helper to generate per-system attributes
24
- eachSystem = sysLib.genAttrs supportedSystems;
+ eachSystem = nixpkgs.lib.genAttrs supportedSystems;
25
26
# Package set with overlays and config
27
mkPkgs = system:
0 commit comments