feat: replace nixinate with just recipe
This commit is contained in:
parent
65ce9c5882
commit
45448d1099
3 changed files with 7 additions and 33 deletions
11
flake.nix
11
flake.nix
|
@ -3,10 +3,8 @@
|
|||
|
||||
outputs =
|
||||
{
|
||||
self,
|
||||
flake-parts,
|
||||
nixinate,
|
||||
agenix,
|
||||
flake-parts,
|
||||
treefmt-nix,
|
||||
...
|
||||
}@inputs:
|
||||
|
@ -29,8 +27,6 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
apps = (nixinate.nixinate.${system} self).nixinate;
|
||||
|
||||
devShells.default = pkgs.mkShellNoCC {
|
||||
packages = with pkgs; [
|
||||
agenix.packages.${system}.default
|
||||
|
@ -118,11 +114,6 @@
|
|||
inputs.flake-compat.follows = "";
|
||||
};
|
||||
|
||||
nixinate = {
|
||||
url = "github:matthewcroughan/nixinate";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
nixos-wsl = {
|
||||
url = "github:nix-community/NixOS-WSL";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue