File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474 },
7575 "nixpkgs": {
7676 "locked": {
77- "lastModified": 1748929857 ,
78- "owner": "NixOS ",
79- "repo": "nixpkgs",
80- "rev": "c2a03962b8e24e669fb37b7df10e7c79531ff1a4 ",
77+ "lastModified": 1746807397 ,
78+ "owner": "cachix ",
79+ "repo": "devenv- nixpkgs",
80+ "rev": "c5208b594838ea8e6cca5997fbf784b7cca1ca90 ",
8181 "type": "github"
8282 },
8383 "original": {
84- "owner": "NixOS ",
85- "ref": "nixos-unstable ",
86- "repo": "nixpkgs",
84+ "owner": "cachix ",
85+ "ref": "rolling ",
86+ "repo": "devenv- nixpkgs",
8787 "type": "github"
8888 }
8989 },
Original file line number Diff line number Diff line change 77 # https://devenv.sh/packages/
88 packages = with pkgs ; [
99 just
10+ php
1011
1112 # Packages for treefmt
1213 nodePackages . prettier
1718 kdePackages . qtdeclarative
1819 ] ;
1920
20- # https://devenv.sh/languages/
21- languages . php . enable = true ;
22-
2321 # https://devenv.sh/git-hooks/
2422 git-hooks . hooks . treefmt . enable = true ;
2523
24+ enterShell = ''
25+ echo "🛠️ QOwnNotes scripts dev shell"
26+ '' ;
27+
2628 # https://devenv.sh/tests/
2729 enterTest = ''
28- echo "?? Running tests"
30+ echo "⚙️ Running tests"
2931 just test
3032 '' ;
3133
Original file line number Diff line number Diff line change 11# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json
22inputs :
33 nixpkgs :
4- # url: github:cachix/devenv-nixpkgs/rolling
5- url : github:NixOS/nixpkgs/nixos-unstable
4+ url : github:cachix/devenv-nixpkgs/rolling
5+ # url: github:NixOS/nixpkgs/nixos-unstable
You can’t perform that action at this time.
0 commit comments