Skip to content

Commit

Permalink
switch back ONCE AGAIN to agenix
Browse files Browse the repository at this point in the history
  • Loading branch information
uku3lig committed Jan 18, 2024
1 parent 5f29a6b commit cbd9123
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 133 deletions.
164 changes: 36 additions & 128 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
};
};

ragenix = {
url = "github:yaxitech/ragenix";
agenix = {
url = "github:uku3lig/agenix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
Expand Down
4 changes: 2 additions & 2 deletions modules/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pkgs,
config,
nixpkgs,
ragenix,
agenix,
...
}: {
age = {
Expand All @@ -27,7 +27,7 @@
systemPackages = with pkgs; let
inherit (pkgs.stdenv.hostPlatform) system;
in [
ragenix.packages.${system}.default
agenix.packages.${system}.default
neovim
git
curl
Expand Down
2 changes: 1 addition & 1 deletion systems/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

nixos = with inputs; [
../modules/common.nix
ragenix.nixosModules.default
agenix.nixosModules.default
home-manager.nixosModules.home-manager
];

Expand Down

0 comments on commit cbd9123

Please sign in to comment.