diff --git a/flake.lock b/flake.lock index f1e3dbc..e5bd18c 100644 --- a/flake.lock +++ b/flake.lock @@ -20,6 +20,27 @@ "type": "github" } }, + "nix-github-actions": { + "inputs": { + "nixpkgs": [ + "talon-nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1693660503, + "narHash": "sha256-B/g2V4v6gjirFmy+I5mwB2bCYc0l3j5scVfwgl6WOl8=", + "owner": "nix-community", + "repo": "nix-github-actions", + "rev": "bd5bdbb52350e145c526108f4ef192eb8e554fa0", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nix-github-actions", + "type": "github" + } + }, "nixos-hardware": { "locked": { "lastModified": 1703545041, @@ -72,7 +93,29 @@ "home-manager": "home-manager", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs", - "nur": "nur" + "nur": "nur", + "talon-nix": "talon-nix" + } + }, + "talon-nix": { + "inputs": { + "nix-github-actions": "nix-github-actions", + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1701208467, + "narHash": "sha256-1xt+pieI5N1muLQ3NVuar9yl/YpkWX4/2+LPdhPC31Y=", + "owner": "nix-community", + "repo": "talon-nix", + "rev": "75a4a73b457ccbb44229dc9a5ec97c2ca46da065", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "talon-nix", + "type": "github" } } }, diff --git a/flake.nix b/flake.nix index ec7d47a..e29086f 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,6 @@ home-manager.nixosModules.home-manager { nixpkgs.overlays = [ nur.overlay - talon-nix.overlays ]; home-manager = { useGlobalPkgs = true; @@ -65,10 +64,7 @@ nixos-hardware.nixosModules.microsoft-surface-pro-intel home-manager.nixosModules.home-manager { - nixpkgs.overlays = [ - nur.overlay - talon-nix.overlays - ]; + nixpkgs.overlays = [ nur.overlay talon-nix.overlays.default ]; home-manager = { useGlobalPkgs = true; useUserPackages = true;