Skip to content

Commit c8cf296

Browse files
authored
fix: flake sytax
1 parent c51f4b0 commit c8cf296

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
};
4242
};
4343

44-
outputs = { self, nixpkgs, systems, ... }@inputs: {
44+
outputs = { self, nixpkgs, systems, ... }@inputs: let
4545
eachSystem = systems.lib.genAttrs [ "x86_64-linux" ];
4646

4747
mkPkgs = system:
@@ -50,7 +50,7 @@
5050
config.allowUnfree = true;
5151
overlays = [ inputs.nur.overlays.default ];
5252
};
53-
53+
in {
5454
nixosConfigurations = {
5555
c0d3h01 = nixpkgs.lib.nixosSystem {
5656
system = "x86_64-linux";

0 commit comments

Comments
 (0)