diff options
Diffstat (limited to 'flake.nix')
-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 |