Compare commits

..

No commits in common. "513c690db3d6f1865ff0e0674d5ad0a8c0d8be34" and "8e36c464acfdebeb1a064c423e4102bb664d43ab" have entirely different histories.

3 changed files with 5 additions and 6 deletions

8
flake.lock generated
View file

@ -76,17 +76,17 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1727634051, "lastModified": 1728193676,
"narHash": "sha256-S5kVU7U82LfpEukbn/ihcyNt2+EvG7Z5unsKW9H/yFA=", "narHash": "sha256-PbDWAIjKJdlVg+qQRhzdSor04bAPApDqIv2DofTyynk=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "06cf0e1da4208d3766d898b7fdab6513366d45b9", "rev": "ecbc1ca8ffd6aea8372ad16be9ebbb39889e55b6",
"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/06cf0e1da4208d3766d898b7fdab6513366d45b9"; nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05";
# Secrets management # Secrets management
sops-nix = { sops-nix = {

View file

@ -68,7 +68,6 @@
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
]; ];
}; };