diff options
author | Emile <git@emile.space> | 2024-12-03 21:52:30 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2024-12-03 21:52:30 +0100 |
commit | 50ef4e558780e9e9045497b768a8ac1c36c7e777 (patch) | |
tree | b7855a2508e35ae29ce9699f8b869df8343062d1 | |
parent | fd19c01793ed22ae0f3bd6ea61d61e9794286949 (diff) |
(flake) remove the nixpkgs-master thingy
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 7d43c86..7f1c190 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ self, nixpkgs, # packages nixpkgs-unstable, # unstable branch - nixpkgs-master, # master branch + # nixpkgs-master, # master branch darwin, # darwin related stuff deploy-rs, # deploy the hosts agenix, # store secrets crypted using age |