From ab194e3511c05d8b30163815b0b596f06ef9c9ff Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Fri, 30 Jun 2023 10:35:53 +0200 Subject: [PATCH] update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aadffb..d470a23 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Below is a minimal example: ```nix { inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-21.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05"; nixinate.url = "github:matthewcroughan/nixinate"; }; @@ -25,6 +25,7 @@ Below is a minimal example: apps = nixinate.nixinate.x86_64-linux self; nixosConfigurations = { myMachine = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; modules = [ (import ./my-configuration.nix) { -- 2.45.3