From 6a6307c3bf8437d922c1d3332ac346a1a488ef0d Mon Sep 17 00:00:00 2001 From: James Eversole Date: Thu, 7 Dec 2023 15:31:28 +0000 Subject: [PATCH] Update/flake 23.05 dec --- flake.lock | 24 ++++++++++++------------ nix/shell.nix | 1 - nix/user/users.nix | 2 +- 3 files changed, 13 insertions(+), 14 deletions(-) diff --git a/flake.lock b/flake.lock index a2be34a..ded5f60 100644 --- a/flake.lock +++ b/flake.lock @@ -9,11 +9,11 @@ ] }, "locked": { - "lastModified": 1695384796, - "narHash": "sha256-TYlE4B0ktPtlJJF9IFxTWrEeq+XKG8Ny0gc2FGEAdj0=", + "lastModified": 1701216516, + "narHash": "sha256-jKSeJn+7hZ1dZdiH1L+NWUGT2i/BGomKAJ54B9kT06Q=", "owner": "ryantm", "repo": "agenix", - "rev": "1f677b3e161d3bdbfd08a939e8f25de2568e0ef4", + "rev": "13ac9ac6d68b9a0896e3d43a082947233189e247", "type": "github" }, "original": { @@ -62,11 +62,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1695559356, - "narHash": "sha256-kXZ1pUoImD9OEbPCwpTz4tHsNTr4CIyIfXb3ocuR8sI=", + "lastModified": 1701615100, + "narHash": "sha256-7VI84NGBvlCTduw2aHLVB62NvCiZUlALLqBe5v684Aw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "261abe8a44a7e8392598d038d2e01f7b33cf26d0", + "rev": "e9f06adb793d1cca5384907b3b8a4071d5d7cb19", "type": "github" }, "original": { @@ -78,11 +78,11 @@ "nixpkgs-lib": { "locked": { "dir": "lib", - "lastModified": 1693471703, - "narHash": "sha256-0l03ZBL8P1P6z8MaSDS/MvuU8E75rVxe5eE1N6gxeTo=", + "lastModified": 1701253981, + "narHash": "sha256-ztaDIyZ7HrTAfEEUt9AtTDNoCYxUdSd6NrRHaYOIxtk=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3e52e76b70d5508f3cec70b882a29199f4d1ee85", + "rev": "e92039b55bcd58469325ded85d4f58dd5a4eaf58", "type": "github" }, "original": { @@ -98,11 +98,11 @@ "nixpkgs-lib": "nixpkgs-lib" }, "locked": { - "lastModified": 1693611461, - "narHash": "sha256-aPODl8vAgGQ0ZYFIRisxYG5MOGSkIczvu2Cd8Gb9+1Y=", + "lastModified": 1701473968, + "narHash": "sha256-YcVE5emp1qQ8ieHUnxt1wCZCC3ZfAS+SRRWZ2TMda7E=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "7f53fdb7bdc5bb237da7fefef12d099e4fd611ca", + "rev": "34fed993f1674c8d06d58b37ce1e0fe5eebcb9f5", "type": "github" }, "original": { diff --git a/nix/shell.nix b/nix/shell.nix index f335261..6aa81e5 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -3,7 +3,6 @@ buildInputs = [ inputs'.agenix.packages.default (pkgs.nixos { }).nixos-rebuild - pkgs.terraform packages.deploy packages.format ]; diff --git a/nix/user/users.nix b/nix/user/users.nix index bd04fec..ba7d15a 100644 --- a/nix/user/users.nix +++ b/nix/user/users.nix @@ -7,7 +7,7 @@ isNormalUser = true; passwordFile = config.age.secrets.sezycei.path; extraGroups = [ "wheel" "nginx" ]; - packages = with pkgs; [ bun byobu purescript spago stack tmux ]; + packages = with pkgs; [ bun byobu purescript stack tmux ]; }; cridycei = {