Compare commits

...

2 commits

Author SHA1 Message Date
513c690db3 Add remote container extension to vs code 2024-10-07 16:52:45 +02:00
953834e7c1 Update to unstable from a week ago
Updating to unstable because vs code was too old for extensions. But there is a bug in curent unstable, so pin to a week ago.
2024-10-07 16:52:27 +02:00
3 changed files with 6 additions and 5 deletions

8
flake.lock generated
View file

@ -76,17 +76,17 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1728193676, "lastModified": 1727634051,
"narHash": "sha256-PbDWAIjKJdlVg+qQRhzdSor04bAPApDqIv2DofTyynk=", "narHash": "sha256-S5kVU7U82LfpEukbn/ihcyNt2+EvG7Z5unsKW9H/yFA=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ecbc1ca8ffd6aea8372ad16be9ebbb39889e55b6", "rev": "06cf0e1da4208d3766d898b7fdab6513366d45b9",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nixos", "owner": "nixos",
"ref": "nixos-24.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "06cf0e1da4208d3766d898b7fdab6513366d45b9",
"type": "github" "type": "github"
} }
}, },

View file

@ -2,7 +2,7 @@
description = "Nixos config flake"; description = "Nixos config flake";
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05"; nixpkgs.url = "github:nixos/nixpkgs/06cf0e1da4208d3766d898b7fdab6513366d45b9";
# Secrets management # Secrets management
sops-nix = { sops-nix = {

View file

@ -68,6 +68,7 @@
ms-python.debugpy ms-python.debugpy
ms-python.black-formatter ms-python.black-formatter
ms-python.isort ms-python.isort
ms-vscode-remote.remote-containers
dbaeumer.vscode-eslint dbaeumer.vscode-eslint
]; ];
}; };