Skip to content

Commit

Permalink
flake: remove deprecated attributes
Browse files Browse the repository at this point in the history
this removes some warning messages when running `nix flake check`

devShell.x86_64-linux is replaced by devShells.x86_64-linux.default
defaultTemplate is replaced by templates.default
  • Loading branch information
minijackson committed Jan 15, 2025
1 parent 27ff3f9 commit 45efd2b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@
];
};
};

devShell = self.devShells.${system}.default;
};
in
# Not eachDefaultSystem right now, because `nix flake check` tries to
Expand Down Expand Up @@ -126,7 +124,6 @@
};

templates.default = self.templates.top;
defaultTemplate = self.templates.default;

formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.alejandra;
};
Expand Down

0 comments on commit 45efd2b

Please sign in to comment.