diff options
| author | Emile <git@emile.space> | 2024-09-29 00:01:10 +0200 |
|---|---|---|
| committer | Emile <git@emile.space> | 2024-09-29 00:01:10 +0200 |
| commit | b64366e37017b5f4643ebc5dec8331b47f0d2780 (patch) | |
| tree | 44f426c6ae2d5e7fa04081df755401ea90923caa | |
| parent | 5a2e254c438442f6409703e3652aacf69062d9ee (diff) | |
nixpkgs variations in outputs
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix index dcd1cb6..b9521df 100644 --- a/flake.nix +++ b/flake.nix @@ -35,8 +35,9 @@ outputs = { self, - nixpkgs, - nixpkgs-unstable, # general packages + nixpkgs, # packages + nixpkgs-unstable, # unstable branch + nixpkgs-master, # master branch darwin, # darwin related stuff deploy-rs, # deploy the hosts agenix, # store secrets crypted using age |
