This commit is contained in:
alisceon 2026-01-09 15:53:19 +01:00
parent 040915cf18
commit 53b72c69f1
2 changed files with 15 additions and 16 deletions

18
flake.lock generated
View file

@ -221,11 +221,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1767767207,
"narHash": "sha256-Mj3d3PfwltLmukFal5i3fFt27L6NiKXdBezC1EBuZs4=",
"lastModified": 1767892417,
"narHash": "sha256-dhhvQY67aboBk8b0/u0XB6vwHdgbROZT3fJAjyNh5Ww=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5912c1772a44e31bf1c63c0390b90501e5026886",
"rev": "3497aa5c9457a9d88d71fa93a4a8368816fbeeba",
"type": "github"
},
"original": {
@ -243,11 +243,11 @@
]
},
"locked": {
"lastModified": 1767900909,
"narHash": "sha256-XRG6j3BU3gDFkExhKDKpuKo1jjDci0p130iwLtDEFU0=",
"lastModified": 1767969565,
"narHash": "sha256-Iegc40p10xwYJ2EvYe8ZdGCMZkysZ4YLDXk6tjCEKnM=",
"owner": "nix-community",
"repo": "NUR",
"rev": "9f5d17c948d412cdd5fc4eaafdea6bebb49e9937",
"rev": "9bdd135e5941dee0240fa910835a9480391deb52",
"type": "github"
},
"original": {
@ -264,11 +264,11 @@
]
},
"locked": {
"lastModified": 1767900909,
"narHash": "sha256-XRG6j3BU3gDFkExhKDKpuKo1jjDci0p130iwLtDEFU0=",
"lastModified": 1767969565,
"narHash": "sha256-Iegc40p10xwYJ2EvYe8ZdGCMZkysZ4YLDXk6tjCEKnM=",
"owner": "nix-community",
"repo": "NUR",
"rev": "9f5d17c948d412cdd5fc4eaafdea6bebb49e9937",
"rev": "9bdd135e5941dee0240fa910835a9480391deb52",
"type": "github"
},
"original": {

View file

@ -9,14 +9,13 @@
programs = {
vscode = {
enable = true;
package = pkgs.vscodium.fhsWithPackages (ps: with ps; [
# Python Development
python3
python3Packages.uv
pyrefly
]);
package = pkgs.vscodium;
profiles = {
"default" = {
userSettings = {
"python.languageServer" = "None";
"python.pyrefly.displayTypeErrors" = "force-on";
}
extensions = [
pkgs.vscode-extensions.ms-python.python
pkgs.vscode-extensions.ms-python.debugpy
@ -27,7 +26,7 @@
{
name = "pyrefly";
publisher = "meta";
version = "0.47";
version = "0.46.3";
sha256 = "sha256-o9Nynj6Zf7aot1zzHSwrcayovxlJ3mr/XWNNhI3foBM=";
}
];