From 10f2635de684d689a43887e9d03f62e997b5eb58 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Thu, 9 Dec 2021 17:16:45 -0500 Subject: [PATCH] Move 1password-gui to Linux-only --- common/packages.nix | 2 +- flake.lock | 36 +++++++++++------------------------- 2 files changed, 12 insertions(+), 26 deletions(-) diff --git a/common/packages.nix b/common/packages.nix index 612d957..3e7a764 100644 --- a/common/packages.nix +++ b/common/packages.nix @@ -76,7 +76,6 @@ in # password managers _1password - _1password-gui bitwarden-cli gopass @@ -168,6 +167,7 @@ in yubikey-manager ] ++ lib.optionals stdenv.isLinux ([ + _1password-gui albert audio-recorder authy diff --git a/flake.lock b/flake.lock index 6022e29..ea22bb6 100644 --- a/flake.lock +++ b/flake.lock @@ -74,15 +74,17 @@ "neovim-flake": { "inputs": { "flake-utils": "flake-utils", - "nixpkgs": "nixpkgs" + "nixpkgs": [ + "nixpkgs" + ] }, "locked": { "dir": "contrib", - "lastModified": 1638929832, - "narHash": "sha256-Wjp/ETmVtJzjCcMRytrCoWXRvoafqTPv9AJOctbJH20=", + "lastModified": 1639023227, + "narHash": "sha256-TCW5cAb7NW+cwdd+4+0CZrBc+bTvWIDrSCHS905eidY=", "owner": "neovim", "repo": "neovim", - "rev": "5abd7c2c1487976f538ce510b06497fffd7e5252", + "rev": "6063e07a0f50855f3e8fad38f04cd1d7f6535443", "type": "github" }, "original": { @@ -96,14 +98,14 @@ "inputs": { "flake-compat": "flake-compat", "neovim-flake": "neovim-flake", - "nixpkgs": "nixpkgs_2" + "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1638951252, - "narHash": "sha256-k+eIklemnbA+ATI0w8rTuEQg0sBmcP94ugBzdPW53w4=", + "lastModified": 1639037648, + "narHash": "sha256-5Pfb0tWAsblxLBuBErxHmGhWDyS4BX2tzrZflSfpXhY=", "owner": "nix-community", "repo": "neovim-nightly-overlay", - "rev": "ae1e08a7fe9bc47f6d393102ca0b911c0823dc17", + "rev": "ef33381f04193f8cbc40bb8f528733d7006f9498", "type": "github" }, "original": { @@ -145,22 +147,6 @@ } }, "nixpkgs_2": { - "locked": { - "lastModified": 1638806821, - "narHash": "sha256-v2qd2Bsmzft53s43eCbN+4ocrLksRdFLyF/MAGuWuDA=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "bc5d68306b40b8522ffb69ba6cff91898c2fbbff", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_3": { "locked": { "lastModified": 1638806821, "narHash": "sha256-v2qd2Bsmzft53s43eCbN+4ocrLksRdFLyF/MAGuWuDA=", @@ -182,7 +168,7 @@ "home-manager": "home-manager", "neovim-nightly-overlay": "neovim-nightly-overlay", "nixos-hardware": "nixos-hardware", - "nixpkgs": "nixpkgs_3" + "nixpkgs": "nixpkgs_2" } } },