Skip to content

Commit

Permalink
edited flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
s0me1newithhand7s authored Jul 5, 2024
1 parent 49fd062 commit 9689ea3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nixos/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,14 @@
};
};

outputs = { self, nixpkgs, chaotic, ... }@inputs:
outputs = { self, ... }@inputs:
{
nixosConfigurations = {
s0me-nix = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [ ];
modules = [
./configuration.nix
];
};
};
darwin-configuration = {
Expand Down

0 comments on commit 9689ea3

Please sign in to comment.