Compare commits

..

No commits in common. "e9129037ef685b4aad6f66439597e8226667b83b" and "fff5b682ba334c2200486cd662e9093d54a4906c" have entirely different histories.

2 changed files with 13 additions and 13 deletions

24
flake.lock generated
View file

@ -71,11 +71,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1740485968, "lastModified": 1739841949,
"narHash": "sha256-WK+PZHbfDjLyveXAxpnrfagiFgZWaTJglewBWniTn2Y=", "narHash": "sha256-lSOXdgW/1zi/SSu7xp71v+55D5Egz8ACv0STkj7fhbs=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "19c1140419c4f1cdf88ad4c1cfb6605597628940", "rev": "15dbf8cebd8e2655a883b74547108e089f051bf0",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -406,11 +406,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1740579671, "lastModified": 1740254115,
"narHash": "sha256-Dwt/3KknOQ4bgFG5YjqDT7oWRy27rPpDjAi2P0ok1zw=", "narHash": "sha256-MwxDtYB/MSGZlr/xS+ExGYH2QgHk73ShD40shxjad/Y=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "53c587d263f94aaf6a281745923c76bbec62bcf3", "rev": "cb3f6e9b59d3a5e51ef9f7da2b8418d5c72aaef8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -614,11 +614,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1740367490, "lastModified": 1739866667,
"narHash": "sha256-WGaHVAjcrv+Cun7zPlI41SerRtfknGQap281+AakSAw=", "narHash": "sha256-EO1ygNKZlsAC9avfcwHkKGMsmipUk1Uc0TbrEZpkn64=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0196c0175e9191c474c26ab5548db27ef5d34b05", "rev": "73cf49b8ad837ade2de76f87eb53fc85ed5d4680",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -713,11 +713,11 @@
"treefmt-nix": "treefmt-nix" "treefmt-nix": "treefmt-nix"
}, },
"locked": { "locked": {
"lastModified": 1740588519, "lastModified": 1740253674,
"narHash": "sha256-Pj/AYU/exbhRjcrrV/SEcIAMjl7eL8OU73YkNOS2Uk8=", "narHash": "sha256-5uORHfjmbFBOcPLdpqk5sRUoeg1Hl2lSs1qDUlQ1P0Y=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "8a316dc4468a7c98e594c1ce5d5807b5eb1bd8c2", "rev": "730b78756948a6fffbdc6045fd71c47f87ff340f",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -72,7 +72,7 @@ in
extensions = extensions =
with pkgs.vscode-extensions; with pkgs.vscode-extensions;
commonExtensions commonExtensions
++ [ tamasfe.even-better-toml rust-lang.rust-analyzer ]; ++ [ tamasfe.even-better-toml ]; # rust-lang.rust-analyzer not compile for now
}; };
Typescript = { Typescript = {