diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-06-01 15:57:36 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-06-01 15:57:36 +0530 |
| commit | 74c3f173fb766190c6cef3cb93ebc88f596249fc (patch) | |
| tree | cc35380c84f999f297e6d5edbebaba538bf03e68 /flake.nix | |
| parent | 1237168dd6e16813e08eaef0206f525fe427cabd (diff) | |
update
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,7 @@ outputs = { self, nixpkgs, ... }@inputs: { # nixos-rebuild --flake .#machine nixosConfigurations = { + x = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs; }; @@ -23,6 +24,7 @@ inputs.home-manager.nixosModules.default ]; }; + }; }; } |
