flake.lock update

This commit is contained in:
Jakub Kropáček 2025-02-24 23:08:52 +01:00
parent 69e9f0f469
commit b5c9d537ce
3 changed files with 15 additions and 15 deletions

View file

@ -32,11 +32,11 @@
]
},
"locked": {
"lastModified": 1739791827,
"narHash": "sha256-l6ooDEtfzet9qRQxlb5A+H6eY7VPpdiGMwqX0nqD1xM=",
"lastModified": 1739841949,
"narHash": "sha256-lSOXdgW/1zi/SSu7xp71v+55D5Egz8ACv0STkj7fhbs=",
"owner": "nix-community",
"repo": "disko",
"rev": "af4a580628e98302bb922c01e1169ce08d7bee57",
"rev": "15dbf8cebd8e2655a883b74547108e089f051bf0",
"type": "github"
},
"original": {
@ -52,11 +52,11 @@
]
},
"locked": {
"lastModified": 1739819404,
"narHash": "sha256-rlEJKgvu6cQMxzXoUIeqhKfSZU+WvOhItyHQH3WDWWg=",
"lastModified": 1740432748,
"narHash": "sha256-BCeFtoJ/+LrZc03viRJWHfzAqqG8gPu/ikZeurv05xs=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "edad23ebc1bcc226ef5eb57c8d779b9b425adca1",
"rev": "c12dcc9b61429b2ad437a7d4974399ad8f910319",
"type": "github"
},
"original": {
@ -82,11 +82,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1739798439,
"narHash": "sha256-GyipmjbbQEaosel/+wq1xihCKbv0/e1LU00x/8b/fP4=",
"lastModified": 1740387674,
"narHash": "sha256-pGk/aA0EBvI6o4DeuZsr05Ig/r4uMlSaf5EWUZEWM10=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "3e2ea8a49d4d76276b0f4e2041df8ca5c0771371",
"rev": "d58f642ddb23320965b27beb0beba7236e9117b5",
"type": "github"
},
"original": {
@ -98,11 +98,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1739736696,
"narHash": "sha256-zON2GNBkzsIyALlOCFiEBcIjI4w38GYOb+P+R4S8Jsw=",
"lastModified": 1740367490,
"narHash": "sha256-WGaHVAjcrv+Cun7zPlI41SerRtfknGQap281+AakSAw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "d74a2335ac9c133d6bbec9fc98d91a77f1604c1f",
"rev": "0196c0175e9191c474c26ab5548db27ef5d34b05",
"type": "github"
},
"original": {

View file

@ -24,7 +24,7 @@ in
programs.vscode = {
enable = true;
package = pkgs.vscodium;
extensions =
profiles.default.extensions =
with pkgs.vscode-extensions;
[
jnoortheen.nix-ide
@ -37,7 +37,7 @@ in
ms-python.debugpy
ms-python.vscode-pylance
golang.go
# rust-lang.rust-analyzer # - https://github.com/NixOS/nixpkgs/issues/382845
rust-lang.rust-analyzer
hashicorp.terraform
svelte.svelte-vscode
github.copilot

View file

@ -38,7 +38,7 @@ in
environment.systemPackages =
with pkgs;
[
openssl_3_3
openssl
dig
wl-clipboard
# bitwarden-cli # - https://github.com/NixOS/nixpkgs/issues/380227