Fix server

This commit is contained in:
2023-12-22 15:47:57 +00:00
parent b8f85a99a2
commit 2d8a5291fb
3 changed files with 2 additions and 85 deletions

View File

@@ -7,9 +7,6 @@
agenix.url = "github:ryantm/agenix";
agenix.inputs.nixpkgs.follows = "nixpkgs";
alejandra.url = "github:kamadorueda/alejandra/3.0.0";
alejandra.inputs.nixpkgs.follows = "nixpkgs";
devenv.url = "github:cachix/devenv";
devenv.inputs.nixpkgs.follows = "nixpkgs";
@@ -31,7 +28,6 @@
outputs = {
nixpkgs,
agenix,
alejandra,
devenv,
golink,
home-manager,
@@ -160,7 +156,7 @@
{
# https://devenv.sh/reference/options/
packages = with pkgs; [
alejandra.packages.${system}.default
alejandra
];
enterShell = ''