diff options
author | Alan Pearce | 2023-06-28 18:38:45 +0200 |
---|---|---|
committer | Alan Pearce | 2023-06-28 18:38:45 +0200 |
commit | 14c8b4502d5b15def4ae04d12d3ba43a14a23585 (patch) | |
tree | 6b58015caa612c98ce75f248996067407e81c28b /system | |
parent | 3fe7b0329417a55faeaebaf1d28ae772e6cea89c (diff) | |
download | nixfiles-14c8b4502d5b15def4ae04d12d3ba43a14a23585.tar.lz nixfiles-14c8b4502d5b15def4ae04d12d3ba43a14a23585.tar.zst nixfiles-14c8b4502d5b15def4ae04d12d3ba43a14a23585.zip |
cleanup unused nix variables
Diffstat (limited to 'system')
-rw-r--r-- | system/prefect.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/prefect.nix b/system/prefect.nix index 674b5308..43c0afa8 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -1,7 +1,5 @@ { config , pkgs -, nixpkgs -, nixpkgs-unstable , nixos-hardware , ... }: { |