From aa58393c5b3383160e4abfdbd282d82a955000cb Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Wed, 26 Jun 2024 17:25:20 -0400 Subject: [PATCH] Update nixos-flake --- flake.lock | 6 +++--- justfile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 14e391f..e562edc 100644 --- a/flake.lock +++ b/flake.lock @@ -709,11 +709,11 @@ }, "nixos-flake": { "locked": { - "lastModified": 1719426444, - "narHash": "sha256-4BzJcwfFmkwebSyVJ6h1V8HHaANJrfpKrjmrCbVIt/o=", + "lastModified": 1719437091, + "narHash": "sha256-UIZasVC36DS5dli1VimK0VgL6JKuxDG9cMxKq1I6OQ0=", "owner": "srid", "repo": "nixos-flake", - "rev": "b9f22bec6dee3b6f214974520a960d83d270dcfc", + "rev": "8cefa1e7af06d366f5d3fd7c97e9edbf4d38c476", "type": "github" }, "original": { diff --git a/justfile b/justfile index dd2bee6..6968c3e 100644 --- a/justfile +++ b/justfile @@ -9,7 +9,7 @@ activate: # Deploy host 'immediacy' [group('main')] deploy: - nix run . host immediacy + nix run . immediacy # Format the nix source tree fmt: