Bump flake.lock

This commit is contained in:
Dave Gallant
2024-01-28 17:46:34 -05:00
parent d66724f10b
commit 63d29afd60
3 changed files with 14 additions and 15 deletions

24
flake.lock generated
View File

@@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1705915768, "lastModified": 1706833576,
"narHash": "sha256-+Jlz8OAqkOwJlioac9wtpsCnjgGYUhvLpgJR/5tP9po=", "narHash": "sha256-w7BL0EWRts+nD1lbLECIuz6fRzmmV+z8oWwoY7womR0=",
"owner": "lnl7", "owner": "lnl7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "1e706ef323de76236eb183d7784f3bd57255ec0b", "rev": "bdbae6ecff8fcc322bf6b9053c0b984912378af7",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -61,11 +61,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1706182238, "lastModified": 1706834982,
"narHash": "sha256-Ti7CerGydU7xyrP/ow85lHsOpf+XMx98kQnPoQCSi1g=", "narHash": "sha256-3CfxA7gZ+DVv/N9Pvw61bV5Oe/mWfxYPyVQGqp9TMJA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "f84eaffc35d1a655e84749228cde19922fcf55f1", "rev": "83e571bb291161682b9c3ccd48318f115143a550",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -91,11 +91,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1706173671, "lastModified": 1706683685,
"narHash": "sha256-lciR7kQUK2FCAYuszyd7zyRRmTaXVeoZsCyK6QFpGdk=", "narHash": "sha256-FtPPshEpxH/ewBOsdKBNhlsL2MLEFv1hEnQ19f/bFsQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4fddc9be4eaf195d631333908f2a454b03628ee5", "rev": "5ad9903c16126a7d949101687af0aa589b1d7d3d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -107,11 +107,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1706098335, "lastModified": 1706718339,
"narHash": "sha256-r3dWjT8P9/Ah5m5ul4WqIWD8muj5F+/gbCdjiNVBKmU=", "narHash": "sha256-S+S97c/HzkO2A/YsU7ZmNF9w2s7Xk6P8dzmfDdckzLs=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a77ab169a83a4175169d78684ddd2e54486ac651", "rev": "53fbe41cf76b6a685004194e38e889bc8857e8c2",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -153,8 +153,7 @@ in {
export PATH = "$(brew --prefix)/opt/gnu-tar/libexec/gnubin:$PATH" export PATH = "$(brew --prefix)/opt/gnu-tar/libexec/gnubin:$PATH"
export export
PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH" PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH"
alias xdg-open=open
alias xdg-open=open
fi fi
# helm # helm

View File

@@ -63,7 +63,6 @@ in {
unstable.obsidian unstable.obsidian
unstable.signal-desktop unstable.signal-desktop
unstable.unityhub unstable.unityhub
unstable.yuzu
unstable.zoom-us unstable.zoom-us
usbutils usbutils
virt-manager virt-manager
@@ -72,6 +71,7 @@ in {
wine wine
wine64 wine64
wireshark-qt wireshark-qt
yuzu
]; ];
in in
linux; linux;