diff options
author | Ben Sima <ben@bsima.me> | 2021-09-15 21:46:34 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-09-15 21:46:34 -0400 |
commit | bec0be8b42bca1785922237a4c06674bb5123e0c (patch) | |
tree | ac9bf1ecc6ded8cced9216a7f3a2a9f498f32c6a /machines/helium.nix | |
parent | d3503a13da2bdaf11adcc72bca44214960c23190 (diff) |
update machines, wip oxygen
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 { |