From 2c2b449a47bfe1b43a08eea0ab63604a0b6eb399 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 7 May 2022 22:00:59 -0400 Subject: [PATCH] Bump flake.lock --- flake.lock | 36 +++++++++++----------- machines/hephaestus/configuration.nix | 2 +- modules/overlays/aws-role-play/default.nix | 1 - 3 files changed, 19 insertions(+), 20 deletions(-) diff --git a/flake.lock b/flake.lock index c4ec3c7..be46d3b 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1650976225, - "narHash": "sha256-PGM65SQHS63Dd5MmLJo3GJsZP9lJVZmpWxluQoG1Dt8=", + "lastModified": 1651916036, + "narHash": "sha256-UuD9keUGm4IuVEV6wdSYbuRm7CwfXE63hVkzKDjVsh4=", "owner": "lnl7", "repo": "nix-darwin", - "rev": "bb3baef6e115ae47bc2ab4973bd3a486488485b0", + "rev": "2f2bdf658d2b79bada78dc914af99c53cad37cba", "type": "github" }, "original": { @@ -58,11 +58,11 @@ ] }, "locked": { - "lastModified": 1651652192, - "narHash": "sha256-3FUsIJ81p57rOxODRVZ+anhnVav96VWbgNA1H3Np+TY=", + "lastModified": 1651886851, + "narHash": "sha256-kbXOJSf1uho0/7P54nZkJdJY3oAelIjyc6tfiRhaXJI=", "owner": "nix-community", "repo": "home-manager", - "rev": "267462dfb36d447421c789a3adf9d460cd09c147", + "rev": "882bd8118bdbff3a6e53e5ced393932b351ce2f6", "type": "github" }, "original": { @@ -81,11 +81,11 @@ }, "locked": { "dir": "contrib", - "lastModified": 1651706802, - "narHash": "sha256-1AQ1EFs38uB9YRQAgMlv3DffiknXjzUvz0B9aarhDuM=", + "lastModified": 1651909566, + "narHash": "sha256-5bINzPTV8ZLqfPYG0pMLU9eok5dW4SJ3U6VjYYy6REc=", "owner": "neovim", "repo": "neovim", - "rev": "82c7a82c3585100e73e154c49e3e002b7dc35437", + "rev": "6c39f9d4277778d8532bf8c308d59470a03ee2b9", "type": "github" }, "original": { @@ -102,11 +102,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1651738698, - "narHash": "sha256-omRtji488noUUhc7yaIlMklzDr64ISuLDL4fDysvY0w=", + "lastModified": 1651911366, + "narHash": "sha256-p2LrkJGLbG6IwIpjPoJPHR4dKmHY6IT6Oidwwv+k0EU=", "owner": "nix-community", "repo": "neovim-nightly-overlay", - "rev": "5fa2d4ab7eed48b3b2cfb8f8ffbfc3fd2d03eed0", + "rev": "8df1ab4a1da0b68dbca54a8a0502cf75a786cb2f", "type": "github" }, "original": { @@ -133,11 +133,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1651558728, - "narHash": "sha256-8HzyRnWlgZluUrVFNOfZAOlA1fghpOSezXvxhalGMUo=", + "lastModified": 1651726670, + "narHash": "sha256-dSGdzB49SEvdOJvrQWfQYkAefewXraHIV08Vz6iDXWQ=", "owner": "nixos", "repo": "nixpkgs", - "rev": "cbe587c735b734405f56803e267820ee1559e6c1", + "rev": "c777cdf5c564015d5f63b09cc93bef4178b19b01", "type": "github" }, "original": { @@ -149,11 +149,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1651558728, - "narHash": "sha256-8HzyRnWlgZluUrVFNOfZAOlA1fghpOSezXvxhalGMUo=", + "lastModified": 1651726670, + "narHash": "sha256-dSGdzB49SEvdOJvrQWfQYkAefewXraHIV08Vz6iDXWQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "cbe587c735b734405f56803e267820ee1559e6c1", + "rev": "c777cdf5c564015d5f63b09cc93bef4178b19b01", "type": "github" }, "original": { diff --git a/machines/hephaestus/configuration.nix b/machines/hephaestus/configuration.nix index 75b142b..e42d06f 100644 --- a/machines/hephaestus/configuration.nix +++ b/machines/hephaestus/configuration.nix @@ -8,7 +8,7 @@ boot.loader.efi.canTouchEfiVariables = true; hardware.nvidia.modesetting.enable = true; - hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.legacy_470; + /* hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.legacy_470; */ networking.hostName = "hephaestus"; diff --git a/modules/overlays/aws-role-play/default.nix b/modules/overlays/aws-role-play/default.nix index 3709dab..c041b7f 100644 --- a/modules/overlays/aws-role-play/default.nix +++ b/modules/overlays/aws-role-play/default.nix @@ -49,6 +49,5 @@ buildPythonApplication rec { homepage = "https://www.rewind.com/"; description = "A CLI tool that makes assuming IAM roles and exporting temporary credentials easier"; license = licenses.mit; - maintainers = [ davegallant ]; }; }