diff --git a/flake.lock b/flake.lock index e18628a..3d8fcf8 100644 --- a/flake.lock +++ b/flake.lock @@ -23,11 +23,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1719956923, - "narHash": "sha256-nNJHJ9kfPdzYsCOlHOnbiiyKjZUW5sWbwx3cakg3/C4=", + "lastModified": 1720244366, + "narHash": "sha256-WrDV0FPMVd2Sq9hkR5LNHudS3OSMmUrs90JUTN+MXpA=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "706eef542dec88cc0ed25b9075d3037564b2d164", + "rev": "49ee0e94463abada1de470c9c07bfc12b36dcf40", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index df50336..49a7238 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ in { nixosConfigurations = { lift = nixpkgs.lib.nixosSystem { - system = "x86_64-linux"; + inherit system; modules = [ ./configuration.nix ./sway.nix