diff options
Diffstat (limited to 'machines/helium.nix')
-rw-r--r-- | machines/helium.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/machines/helium.nix b/machines/helium.nix index f8850cb..84e3da1 100644 --- a/machines/helium.nix +++ b/machines/helium.nix @@ -1,5 +1,7 @@ { config, lib, pkgs, ... }: +# Dev environment, + let nixpkgs = builtins.fetchTarball (import ../nixpkgs.nix); in { |