From dd66a577ba8f3a5f8a27391e2f55e18919fb8cec Mon Sep 17 00:00:00 2001 From: Don Harper Date: Tue, 12 Mar 2024 23:03:09 -0500 Subject: [PATCH] updates from makefile --- flake.lock | 36 ++++++++++++++++++------------------ flake.nix | 4 ++-- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/flake.lock b/flake.lock index 1e69057..d8a10eb 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1709967935, - "narHash": "sha256-ZLLdGWs9njivxZsfSzfQN05g6WIyIe24bPb61y7FVqo=", + "lastModified": 1710169806, + "narHash": "sha256-HeWFrRuHpnAiPmIr26OKl2g142HuGerwoO/XtW53pcI=", "owner": "nix-community", "repo": "disko", - "rev": "72818e54ec29427f8d9f9cfa6fc859d01ca6dc66", + "rev": "fe064a639319ed61cdf12b8f6eded9523abcc498", "type": "github" }, "original": { @@ -59,11 +59,11 @@ ] }, "locked": { - "lastModified": 1709988192, - "narHash": "sha256-qxwIkl85P0I1/EyTT+NJwzbXdOv86vgZxcv4UKicjK8=", + "lastModified": 1710281778, + "narHash": "sha256-bvWr9vvBrAxb44kHM3H3cY/uQg+4pYP1BM/Nu3e/7V8=", "owner": "nix-community", "repo": "home-manager", - "rev": "b0b0c3d94345050a7f86d1ebc6c56eea4389d030", + "rev": "49a266d2ca59df8a03249550e73a54626181b65d", "type": "github" }, "original": { @@ -118,11 +118,11 @@ "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1710007077, - "narHash": "sha256-JjERhmLchkuM52geM5OZYuq+RiRQp+BZXijCuHhmZBY=", + "lastModified": 1710224595, + "narHash": "sha256-lUnWhfNUE/rNI5U4gWPm0eFZR1gCG3O4OuitxsasFI8=", "owner": "NixOS", "repo": "nix", - "rev": "ac730622e81336f42961cebea0f69bc637127ea4", + "rev": "bff5c94184e0eee2a093f3e04d4cec5010de81c7", "type": "github" }, "original": { @@ -132,11 +132,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1709410583, - "narHash": "sha256-esOSUoQ7mblwcsSea0K17McZuwAIjoS6dq/4b83+lvw=", + "lastModified": 1710123225, + "narHash": "sha256-j3oWlxRZxB7cFsgEntpH3rosjFHRkAo/dhX9H3OfxtY=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "59e37017b9ed31dee303dbbd4531c594df95cfbc", + "rev": "ad2fd7b978d5e462048729a6c635c45d3d33c9ba", "type": "github" }, "original": { @@ -148,11 +148,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1709675310, - "narHash": "sha256-w61tqFEmuJ+/1rAwU7nkYZ+dN6sLwyobfLwX2Yn42FE=", + "lastModified": 1710097495, + "narHash": "sha256-B7Ea7q7hU7SE8wOPJ9oXEBjvB89yl2csaLjf5v/7jr8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "43d259f8d726113fac056e8bb17d5ac2dea3e0a8", + "rev": "d40e866b1f98698d454dad8f592fe7616ff705a4", "type": "github" }, "original": { @@ -230,11 +230,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1709703039, - "narHash": "sha256-6hqgQ8OK6gsMu1VtcGKBxKQInRLHtzulDo9Z5jxHEFY=", + "lastModified": 1709961763, + "narHash": "sha256-6H95HGJHhEZtyYA3rIQpvamMKAGoa8Yh2rFV29QnuGw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "9df3e30ce24fd28c7b3e2de0d986769db5d6225d", + "rev": "3030f185ba6a4bf4f18b87f345f104e6a6961f34", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 625c61b..e8e6c68 100644 --- a/flake.nix +++ b/flake.nix @@ -67,8 +67,8 @@ ]; }; loki = inputs.nixpkgs.lib.nixosSystem { - specialArgs = {inherit inputs;}; - extraSpecialArgs = {inherit inputs;}; + #specialArgs = {inherit inputs;}; + #extraSpecialArgs = {inherit inputs;}; modules = workstation.modules ++ [ { networking.hostName = "loki";