Skip to content

Commit

Permalink
doc: fixed typo in flake.nix rootless how example
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockWave-1 authored and SEIAROTg committed Dec 11, 2024
1 parent 20ded88 commit e03e944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ See [`container.nix`](./container.nix), [`network.nix`](./network.nix), and [`po
quadlet-nix.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = { nixpkgs, quadlet-nix, home-manager, ... }@attrs: {
nixosConfigurations.machine = nixpksg.lib.nixosSystem {
nixosConfigurations.machine = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./configuration.nix
Expand Down

0 comments on commit e03e944

Please sign in to comment.