1
0
Fork 0
mirror of https://github.com/cachix/cachix-action.git synced 2025-06-08 07:07:00 +09:00

dev: bump devenv

This commit is contained in:
Sander 2025-01-03 10:23:26 +04:00
parent 799b344bad
commit d3219ddf50
No known key found for this signature in database
GPG key ID: D1A763BC84F34603
2 changed files with 13 additions and 33 deletions

View file

@ -3,10 +3,10 @@
"devenv": { "devenv": {
"locked": { "locked": {
"dir": "src/modules", "dir": "src/modules",
"lastModified": 1731679695, "lastModified": 1735883199,
"owner": "cachix", "owner": "cachix",
"repo": "devenv", "repo": "devenv",
"rev": "9f6cadacb9db82f541bbadd67e0189a2b850937e", "rev": "d67d04ae2dd3bc3723e615003034ba752e8db8c3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -19,10 +19,10 @@
"flake-compat": { "flake-compat": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1696426674, "lastModified": 1733328505,
"owner": "edolstra", "owner": "edolstra",
"repo": "flake-compat", "repo": "flake-compat",
"rev": "0f9255e01c2351cc7d116c072cb317785dd33b33", "rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -53,10 +53,10 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1731531548, "lastModified": 1735685343,
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "24f0d4acd634792badd6470134c387a3b039dace", "rev": "81934660d6e9ea54d2f0cdee821e8533b10c221a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -66,35 +66,19 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs-stable": {
"locked": {
"lastModified": 1731386116,
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "689fed12a013f56d4c4d3f612489634267d86529",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-24.05",
"repo": "nixpkgs",
"type": "github"
}
},
"pre-commit-hooks": { "pre-commit-hooks": {
"inputs": { "inputs": {
"flake-compat": "flake-compat", "flake-compat": "flake-compat",
"gitignore": "gitignore", "gitignore": "gitignore",
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
], ]
"nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1731363552, "lastModified": 1735882644,
"owner": "cachix", "owner": "cachix",
"repo": "pre-commit-hooks.nix", "repo": "pre-commit-hooks.nix",
"rev": "cd1af27aa85026ac759d5d3fccf650abe7e1bbf0", "rev": "a5a961387e75ae44cc20f0a57ae463da5e959656",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -4,14 +4,10 @@ let
nodejs = pkgs.nodejs_20; nodejs = pkgs.nodejs_20;
in in
{ {
packages = packages = [
let pkgs.act
nodePackages = config.languages.javascript.package.pkgs; nodejs.pkgs.typescript-language-server
in ];
[
pkgs.act
nodePackages.typescript-language-server
];
languages.typescript.enable = true; languages.typescript.enable = true;