Switch from OCI container to NixOS module.
This commit is contained in:
parent
827217da51
commit
bafa571dae
2 changed files with 15 additions and 39 deletions
|
@ -57,7 +57,6 @@ rec {
|
|||
pre-commit-hooks = {
|
||||
url = "github:cachix/pre-commit-hooks.nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.nixpkgs-stable.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
matrix-appservices = {
|
||||
|
@ -82,7 +81,7 @@ rec {
|
|||
|
||||
csharp-language-server = {
|
||||
url = "github:SofusA/csharp-language-server";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.flake-utils.follows = "flake-utils";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue