Add rg, poetry, woodpecker-agent, stable Emacs, upstreamed VSCode plugins (#18)

This commit is contained in:
Patrick Stevens
2023-08-28 11:18:05 +01:00
committed by GitHub
parent 44856ee782
commit 2cd767ae5b
7 changed files with 73 additions and 90 deletions

View File

@@ -13,11 +13,12 @@
inputs.nixpkgs.follows = "nixpkgs";
};
emacs = {
url = "github:nix-community/emacs-overlay/c8421fbdb7d831296ecb735c8a7f60964809c857";
url = "github:nix-community/emacs-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix = {
url = github:Mic92/sops-nix;
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
};
@@ -31,7 +32,7 @@
...
} @ inputs: let
config = {
#contentAddressedByDefault = true;
# contentAddressedByDefault = true;
allowUnfree = true;
};
in let