update flake

This commit is contained in:
2025-01-11 23:26:36 +00:00
parent 2a017e1523
commit 3b7d162a5a
3 changed files with 10 additions and 10 deletions

18
flake.lock generated
View File

@@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1736526728, "lastModified": 1736591904,
"narHash": "sha256-vb/ldbBHRbfT9U7SoCYmxh+h+PHuFqGjCBO0bPXsze4=", "narHash": "sha256-LFO8pSrPKrH8OPq2HaAuBG5skk8/MNJ/9YmK3KsnSks=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "b1a94497b1c27fe7f81e3e76990959f5051da18b", "rev": "33827d2bd16bfe2e21b62956526c72d313595dfd",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -82,11 +82,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1736473789, "lastModified": 1736560114,
"narHash": "sha256-euzobfF3ZGZS2r7RP+eUbZTdZ7NnsSZdEHf4iZICs7Y=", "narHash": "sha256-+kL+Nw3eEToKDalXJqa6fjLQqgTftTWLypr4Hj7tFKw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nix-vscode-extensions", "repo": "nix-vscode-extensions",
"rev": "435ca21d3a971c11f5007ba7adfd2b88eda2dfe9", "rev": "e26efb7bac0fcdc28b92596c5c2acaaf4713124f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -129,11 +129,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1736200483, "lastModified": 1736549401,
"narHash": "sha256-JO+lFN2HsCwSLMUWXHeOad6QUxOuwe9UOAF/iSl1J4I=", "narHash": "sha256-ibkQrMHxF/7TqAYcQE+tOnIsSEzXmMegzyBWza6uHKM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "3f0a8ac25fb674611b98089ca3a5dd6480175751", "rev": "1dab772dd4a68a7bba5d9460685547ff8e17d899",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -2,7 +2,6 @@
{ {
home.packages = with pkgs;[ home.packages = with pkgs;[
git-credential-manager
(with dotnetCorePackages; combinePackages [ (with dotnetCorePackages; combinePackages [
sdk_8_0 sdk_8_0
sdk_9_0 sdk_9_0

View File

@@ -19,6 +19,7 @@ in
home.packages = with pkgs;[ home.packages = with pkgs;[
blesh blesh
(nerdfonts.override { fonts = [ "SpaceMono" ]; }) (nerdfonts.override { fonts = [ "SpaceMono" ]; })
git-credential-manager
]; ];
home.file = { home.file = {