remove flake ref

This commit is contained in:
Daylin Morgan 2025-02-03 05:49:48 -06:00
parent dbd18ac9a4
commit e0e393b16e
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -2,7 +2,6 @@
config, config,
pkgs, pkgs,
enabled, enabled,
flake,
... ...
}: }:
let let
@ -26,7 +25,7 @@ in
}; };
security.polkit = enabled; # attic was looking for this... security.polkit = enabled; # attic was looking for this...
environment.systemPackages = [ (flake.pkg "lix-atttic").attic-client ]; environment.systemPackages = [ pkgs.attic-client ];
# allow docker to forward the request to the host running attic # allow docker to forward the request to the host running attic
# https://discourse.nixos.org/t/docker-container-not-resolving-to-host/30259/6 # https://discourse.nixos.org/t/docker-container-not-resolving-to-host/30259/6