Skip to content

Commit

Permalink
nixpksg -> nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Titaniumtown authored Sep 23, 2024
1 parent 7d5b65b commit 51e2bea
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 @@ -26,7 +26,7 @@ Compared to alternatives like [`virtualisation.oci-containers`](https://github.c
quadlet-nix.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = { nixpkgs, quadlet-nix, ... }@attrs: {
nixosConfigurations.machine = nixpksg.lib.nixosSystem {
nixosConfigurations.machine = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./configuration.nix
Expand Down

0 comments on commit 51e2bea

Please sign in to comment.