From 398c675d9e832ede5d64ab83e82d0d59396e4339 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Tue, 5 Apr 2022 09:55:04 +0100 Subject: [PATCH] Update to what I was actually trying --- nix_flake/modules/halloSvc.nix | 4 ++-- nix_flake/test_vm/flake.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nix_flake/modules/halloSvc.nix b/nix_flake/modules/halloSvc.nix index ffb1c8a..3e3bcd4 100644 --- a/nix_flake/modules/halloSvc.nix +++ b/nix_flake/modules/halloSvc.nix @@ -35,10 +35,10 @@ with lib; serviceConfig = { Type = "simple"; User = "${cfg.user}"; - ExecStart = ''${pkgs.hello}/bin/hallo''; + ExecStart = ''${hallo.hallo}/bin/hallo''; }; }; - environment.systemPackages = [ pkgs.hello ]; + environment.systemPackages = [ hallo.hello ]; }; } diff --git a/nix_flake/test_vm/flake.lock b/nix_flake/test_vm/flake.lock index 9079cb3..8a5ec9e 100644 --- a/nix_flake/test_vm/flake.lock +++ b/nix_flake/test_vm/flake.lock @@ -22,7 +22,7 @@ "utils": "utils" }, "locked": { - "narHash": "sha256-pEVdsTYNA/EOWlJ9BdiGbY29go3P+GZEbCdZqcF3gCQ=", + "narHash": "sha256-LyX46m+YB08861YXrWWmdUTT9uQtyjE96/1beyeETbM=", "path": "..", "type": "path" },