From b6966ef25c051d184c3330164a39056d58b452b8 Mon Sep 17 00:00:00 2001 From: winston Date: Thu, 15 Jun 2023 08:58:16 +0200 Subject: [PATCH] fix(lib): `isNixOS` typo --- .justfile | 3 +-- flake.nix | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.justfile b/.justfile index 5d06e4b..f906e14 100644 --- a/.justfile +++ b/.justfile @@ -17,12 +17,11 @@ rebuild *args: rebuild *args: sudo nixos-rebuild --flake . {{args}} -# public commands build *args: @just rebuild build {{args}} home *args: - nix run .\#homeConfigurations.winston.activationPackage + nix run ".#homeConfigurations.winston.activationPackage" [linux] boot *args: diff --git a/flake.nix b/flake.nix index 514618e..85dc0b7 100644 --- a/flake.nix +++ b/flake.nix @@ -88,7 +88,7 @@ legacyPackages.homeConfigurations = let homeLib = import ./home/lib.nix { inherit inputs pkgs username; - isNixos = false; + isNixOS = false; }; username = "winston"; in {