Fix server
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user