We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51f4b0 commit c8cf296Copy full SHA for c8cf296
1 file changed
flake.nix
@@ -41,7 +41,7 @@
41
};
42
43
44
- outputs = { self, nixpkgs, systems, ... }@inputs: {
+ outputs = { self, nixpkgs, systems, ... }@inputs: let
45
eachSystem = systems.lib.genAttrs [ "x86_64-linux" ];
46
47
mkPkgs = system:
@@ -50,7 +50,7 @@
50
config.allowUnfree = true;
51
overlays = [ inputs.nur.overlays.default ];
52
53
-
+ in {
54
nixosConfigurations = {
55
c0d3h01 = nixpkgs.lib.nixosSystem {
56
system = "x86_64-linux";
0 commit comments