mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-01 07:32:36 -05:00
import DO token into environment while assuming shell
This commit is contained in:
parent
0fa437530e
commit
b11cedf26b
2 changed files with 9 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{pkgs ? import <nixpkgs> {}, ...}: {
|
||||
default = pkgs.mkShell {
|
||||
NIX_CONFIG = "extra-experimental-features = nix-command flakes";
|
||||
DIGITALOCEAN_TOKEN = builtins.readFile /run/secrets/digitalocean/token;
|
||||
nativeBuildInputs = with pkgs; [
|
||||
git
|
||||
vim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue